From 76ed7f648db2eacc56676b017035730124bbcb0a Mon Sep 17 00:00:00 2001 From: SoundScopes Date: Wed, 24 Jun 2015 02:45:42 +0100 Subject: [PATCH] Update emote.dm --- code/modules/mob/emote.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/emote.dm b/code/modules/mob/emote.dm index 99543859..1840efa4 100644 --- a/code/modules/mob/emote.dm +++ b/code/modules/mob/emote.dm @@ -108,6 +108,6 @@ 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)