you've gotta be kidding
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user