Skip to content

Commit

Permalink
slightly buffs bolt action rifles
Browse files Browse the repository at this point in the history
  • Loading branch information
Apogee-dev committed Feb 14, 2024
1 parent 073db74 commit 7722d8a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/modules/projectiles/projectile/bullets/rifle.dm
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
/obj/projectile/bullet/a8_50r
name = "8x50mmR bullet"
speed = 0.3
damage = 30
damage = 35
armour_penetration = 40

// .300 Magnum (Smile Rifle)

/obj/projectile/bullet/a300
name = ".300 Magnum bullet"
speed = 0.3
damage = 40
damage = 45
stamina = 10
armour_penetration = 40

Expand Down Expand Up @@ -63,7 +63,7 @@
/obj/projectile/bullet/a858
name = "8x58mm caseless bullet"
speed = 0.3
damage = 30
damage = 35
armour_penetration = 40


Expand Down

0 comments on commit 7722d8a

Please sign in to comment.