forgot this...

This commit is contained in:
Aurorablade
2017-02-23 00:05:51 -05:00
parent dcc74e5f10
commit 38edcdeb3b
+2
View File
@@ -362,9 +362,11 @@ var/list/intents = list(I_HELP,I_DISARM,I_GRAB,I_HARM)
set category = "IC"
if(!resting && (world.time > rest_CD))
rest_CD = world.time + 20
to_chat(src, "<span class='notice'>You are now resting.</span>")
StartResting()
else if(resting && (world.time > rest_CD))
rest_CD = world.time + 20
to_chat(src, "<span class='notice'>You are now getting up.</span>")
StopResting()