mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-25 22:12:58 +01:00
Nerfs .45 bullets and buffs 9mm bullets. (#17406)
* Nerfs .45 bullets and buffs 9mm bullets. * whoops --------- Co-authored-by: Matt Atlas <liermattia@gmail.com>
This commit is contained in:
@@ -121,14 +121,15 @@
|
||||
/* short-casing projectiles, like the kind used in pistols or SMGs */
|
||||
|
||||
/obj/item/projectile/bullet/pistol
|
||||
damage = 25
|
||||
armor_penetration = 10
|
||||
damage = 20
|
||||
armor_penetration = 15
|
||||
|
||||
/obj/item/projectile/bullet/pistol/medium
|
||||
damage = 30
|
||||
armor_penetration = 0
|
||||
|
||||
/obj/item/projectile/bullet/pistol/medium/ap
|
||||
armor_penetration = 35
|
||||
armor_penetration = 15
|
||||
penetrating = FALSE
|
||||
|
||||
/obj/item/projectile/bullet/pistol/strong
|
||||
|
||||
Reference in New Issue
Block a user