[MIRROR] Fixes abductors not being able to sleep people (#1692)
* Fixes abductors not being able to sleep people * Update abduction_gear.dm * Delete abduction_gear.dm.rej
This commit is contained in:
committed by
kevinz000
parent
471380aa2c
commit
32c35a211b
@@ -429,7 +429,7 @@ Congratulations! You are now trained for invasive xenobiology research!"}
|
||||
add_logs(user, L, "stunned")
|
||||
|
||||
/obj/item/weapon/abductor_baton/proc/SleepAttack(mob/living/L,mob/living/user)
|
||||
if(L.stunned || L.sleeping)
|
||||
if(L.incapacitated(TRUE, TRUE))
|
||||
L.visible_message("<span class='danger'>[user] has induced sleep in [L] with [src]!</span>", \
|
||||
"<span class='userdanger'>You suddenly feel very drowsy!</span>")
|
||||
playsound(loc, 'sound/weapons/Egloves.ogg', 50, 1, -1)
|
||||
|
||||
Reference in New Issue
Block a user