diff --git a/code/modules/projectiles/projectile/bullets/revolver.dm b/code/modules/projectiles/projectile/bullets/revolver.dm index 916ce9f3aba6..1953e1977586 100644 --- a/code/modules/projectiles/projectile/bullets/revolver.dm +++ b/code/modules/projectiles/projectile/bullets/revolver.dm @@ -20,9 +20,9 @@ name = ".38 bullet" damage = 25 //High damaging but... armour_penetration = -40 //Almost doubles the armor of any bullet armor it hits - wound_bonus = -10 + wound_bonus = -30 wound_falloff_tile = -2.5 - bare_wound_bonus = 10 + bare_wound_bonus = 15 /obj/item/projectile/bullet/c38/hotshot //similar to incendiary bullets, but do not leave a flaming trail name = ".38 Hot Shot bullet"