From d3ba1085bb31bf080c9ca65e32f1147b40e08d66 Mon Sep 17 00:00:00 2001 From: deathride58 Date: Sun, 8 Apr 2018 18:54:16 -0400 Subject: [PATCH] you've gotta be kidding --- code/modules/mob/living/carbon/carbon.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/carbon.dm b/code/modules/mob/living/carbon/carbon.dm index 89a197104f..ebf66a675e 100644 --- a/code/modules/mob/living/carbon/carbon.dm +++ b/code/modules/mob/living/carbon/carbon.dm @@ -149,7 +149,7 @@ return //CIT CHANGES - makes it impossible to throw while in stamina softcrit - if(getStaminaLoss()) + if(getStaminaLoss() >= STAMINA_SOFTCRIT) to_chat(src, "You're too exhausted.") return //END OF CIT CHANGES