From c34ca539b3a62a92bc6928e22eda9a689a330741 Mon Sep 17 00:00:00 2001 From: SoundScopes Date: Tue, 23 Jun 2015 19:21:13 +0100 Subject: [PATCH] Remember to save --- code/modules/mob/emote.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/mob/emote.dm b/code/modules/mob/emote.dm index a4cd80dd..99543859 100644 --- a/code/modules/mob/emote.dm +++ b/code/modules/mob/emote.dm @@ -107,6 +107,7 @@ if(M.client.holder && M.client.holder.rights & (R_ADMIN|R_MOD)) // Show the emote to admins/mods M << message - + continue +7 if(M.stat == DEAD) // Show the emote to regular ghosts M.show_message(message, 2)