sleeper round

This commit is contained in:
Robustin
2017-05-24 12:33:36 -04:00
committed by GitHub
parent 5097c5ab9a
commit d9a696b19b
@@ -286,6 +286,22 @@
dismemberment = 15
armour_penetration = 25
/obj/item/projectile/bullet/sniper/gang/sleeper
damage = 2
stamina = 60
stun = 0
weaken = 0
dismemberment = 0
breakthings = FALSE
/obj/item/projectile/bullet/sniper/gang/sleeper/on_hit(atom/target, blocked = 0)
if((blocked != 100) && isliving(target))
var/mob/living/L = target
L.drowsyness += 6
if(L.health < 50)
L.Sleeping(25)
return ..()
/obj/item/projectile/bullet/sniper/soporific
armour_penetration = 0
nodamage = 1