Tweak per suggestion.

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