Skip to content

Commit

Permalink
Changed 10mm ammo and Ringneck spread
Browse files Browse the repository at this point in the history
  • Loading branch information
dahlonl committed Oct 30, 2024
1 parent a5f3cdb commit 6ef283e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
)


spread = 6 //becuase its compact, spread is slightly worse
spread_unwielded = 9
recoil_unwielded = 2
spread = 7 //becuase its compact, spread is slightly worse
spread_unwielded = 10
recoil_unwielded = 4

EMPTY_GUN_HELPER(automatic/pistol/ringneck)

Expand All @@ -70,9 +70,9 @@ EMPTY_GUN_HELPER(automatic/pistol/ringneck)

w_class = WEIGHT_CLASS_NORMAL

spread = 5 //this one is normal sized, thus in theory its better, in theory at least
spread_unwielded = 7
recoil_unwielded = 3
spread = 6 //this one is normal sized, thus in theory its better, in theory at least
spread_unwielded = 8
recoil_unwielded = 5

EMPTY_GUN_HELPER(automatic/pistol/ringneck/indie)

Expand Down
12 changes: 6 additions & 6 deletions code/modules/projectiles/projectile/bullets/pistol.dm
Original file line number Diff line number Diff line change
Expand Up @@ -35,32 +35,32 @@

/obj/projectile/bullet/c10mm
name = "10mm bullet"
damage = 25
damage = 30
armour_penetration = -20

/obj/projectile/bullet/c10mm/surplus
name = "10mm surplus bullet"
damage = 20
damage = 25

/obj/projectile/bullet/c10mm/ap
name = "10mm armor-piercing bullet"
damage = 20
damage = 25
armour_penetration = 20

/obj/projectile/bullet/c10mm/hp
name = "10mm hollow point bullet"
damage = 40
damage = 45
armour_penetration = -50

/obj/projectile/bullet/incendiary/c10mm
name = "10mm incendiary bullet"
damage = 15
damage = 20
armour_penetration = -20
fire_stacks = 2

/obj/projectile/bullet/c10mm/rubber
name = "10mm rubber bullet"
damage = 7
damage = 10
stamina = 38
armour_penetration = -40

Expand Down

0 comments on commit 6ef283e

Please sign in to comment.