From 832983a54d737e3cb9aaf9715caf67e059f8693a Mon Sep 17 00:00:00 2001 From: TheDZD Date: Sat, 3 Sep 2016 20:08:50 -0400 Subject: [PATCH] Oh god no I'm using the webclient for this --- code/modules/mob/living/carbon/alien/humanoid/caste/hunter.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 273d661c551..60a1e5daa5f 100644 --- a/code/modules/mob/living/carbon/alien/humanoid/caste/hunter.dm +++ b/code/modules/mob/living/carbon/alien/humanoid/caste/hunter.dm @@ -108,7 +108,7 @@ sleep(2)//Runtime prevention (infinite bump() calls on hulks) step_towards(src,L) else - Weaken(2) + weakened = 2 toggle_leap(0) pounce_cooldown = !pounce_cooldown