Nerf to 10mm Soporific Bullets (#3085)

Makes it require 3 shots instead of just 2 to put your victim to sleep.
This commit is contained in:
Michiyamenotehifunana
2017-10-03 17:18:42 +08:00
committed by kevinz000
parent ef671d8764
commit 4e31a45154

View File

@@ -596,10 +596,10 @@ obj/item/projectile/bullet/c10mm/soporific
if((blocked != 100) && isliving(target))
var/mob/living/L = target
L.blur_eyes(6)
if(L.staminaloss >= 40)
if(L.staminaloss >= 60)
L.Sleeping(250)
else
L.adjustStaminaLoss(58)
L.adjustStaminaLoss(25)
return 1
/obj/item/ammo_casing/c10mm/soporific