From 1f0509c7b0b85c04b039d23cb87173993375cfde Mon Sep 17 00:00:00 2001 From: Regen Date: Fri, 27 Jun 2014 17:42:33 +0200 Subject: [PATCH] Vox leap nerf Now they can't leap while handcuffed --- code/modules/mob/living/carbon/human/human.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/human.dm b/code/modules/mob/living/carbon/human/human.dm index 8c6f9d8062a..a4ee8b17f20 100644 --- a/code/modules/mob/living/carbon/human/human.dm +++ b/code/modules/mob/living/carbon/human/human.dm @@ -1510,7 +1510,7 @@ if(last_special > world.time) return - if(stat || paralysis || stunned || weakened || lying) + if(stat || paralysis || stunned || weakened || lying || handcuffed) src << "You cannot leap in your current state." return