Krasues Tweaks

This commit is contained in:
Aurorablade
2017-02-25 23:45:15 -05:00
parent 3a89c685bf
commit 414f83bb98
+1 -1
View File
@@ -365,7 +365,7 @@ var/list/intents = list(I_HELP,I_DISARM,I_GRAB,I_HARM)
return
if(!resting)
client.move_delay += 20
client.move_delay = world.time + 20
to_chat(src, "<span class='notice'>You are now resting.</span>")
StartResting()
else if(resting)