you've gotta be kidding

This commit is contained in:
deathride58
2018-04-08 18:54:16 -04:00
committed by GitHub
parent 5f81921fa6
commit d3ba1085bb

View File

@@ -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, "<span class='warning'>You're too exhausted.</span>")
return
//END OF CIT CHANGES