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)