From d69c6615a83d4d92109d153e8447125ffe7e51ed Mon Sep 17 00:00:00 2001 From: Supermichael777 Date: Tue, 3 Oct 2017 19:13:41 -0400 Subject: [PATCH 1/2] Fixes stealth nerf to detectives gun (#31125) * Fixes stealthnerf to detectives gun Having knockdown healed stamina damage, but also needed stamina too keep you down. This rectifies the extra stamina healing * WEW LADS --- code/modules/projectiles/projectile/bullets.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/projectiles/projectile/bullets.dm b/code/modules/projectiles/projectile/bullets.dm index 6f4ae50243..dda3023853 100644 --- a/code/modules/projectiles/projectile/bullets.dm +++ b/code/modules/projectiles/projectile/bullets.dm @@ -66,7 +66,7 @@ /obj/item/projectile/bullet/c38 name = ".38 bullet" damage = 15 - knockdown = 30 + knockdown = 60 stamina = 50 // 10mm (Stechkin)