diff --git a/code/modules/mob/living/carbon/human/human.dm b/code/modules/mob/living/carbon/human/human.dm index a95b44460d7..6c7db1f381f 100644 --- a/code/modules/mob/living/carbon/human/human.dm +++ b/code/modules/mob/living/carbon/human/human.dm @@ -1442,7 +1442,7 @@ if(last_special > world.time) return - if(stat) + if(stat || paralysis || stunned || weakened || lying) src << "You cannot leap in your current state." return @@ -1503,7 +1503,7 @@ if(last_special > world.time) return - if(stat) + if(stat || paralysis || stunned || weakened || lying) src << "\red You cannot do that in your current state." return