From 25a3010551a0165293c7d265f75b74affd01e40f Mon Sep 17 00:00:00 2001 From: KorPhaeron Date: Fri, 11 Dec 2015 00:58:52 -0600 Subject: [PATCH] Leap fix --- code/modules/mob/living/carbon/alien/humanoid/caste/hunter.dm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/code/modules/mob/living/carbon/alien/humanoid/caste/hunter.dm b/code/modules/mob/living/carbon/alien/humanoid/caste/hunter.dm index a49d8cd2dcf..962004a8fed 100644 --- a/code/modules/mob/living/carbon/alien/humanoid/caste/hunter.dm +++ b/code/modules/mob/living/carbon/alien/humanoid/caste/hunter.dm @@ -63,15 +63,13 @@ src << "You are too fatigued to pounce right now!" return - if(leaping) //Leap while you leap, so you can leap while you leap + if(leaping || stat || buckled || lying) return if(!has_gravity(src) || !has_gravity(A)) src << "It is unsafe to leap without gravity!" //It's also extremely buggy visually, so it's balance+bugfix return - if(lying) - return else //Maybe uses plasma in the future, although that wouldn't make any sense... leaping = 1