no message for automated

This commit is contained in:
kevinz000
2020-02-28 06:15:08 -07:00
parent f01a58a795
commit 7f7dced8b0
@@ -8,7 +8,9 @@
set_resting(FALSE, FALSE)
return TRUE
else if(!CHECK_MOBILITY(src, MOBILITY_RESIST))
to_chat(src, "<span class='warning'>You are unable to stand up right now.</span>")
if(!automatic)
to_chat(src, "<span class='warning'>You are unable to stand up right now.</span>")
return FALSE
else
var/totaldelay = 3 //A little bit less than half of a second as a baseline for getting up from a rest
if(getStaminaLoss() >= STAMINA_SOFTCRIT)