diff --git a/code/modules/mob/mob_helpers.dm b/code/modules/mob/mob_helpers.dm index 745a1b34afc..79d45e94261 100644 --- a/code/modules/mob/mob_helpers.dm +++ b/code/modules/mob/mob_helpers.dm @@ -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, "You are now resting.") StartResting() else if(resting)