diff --git a/code/datums/emotes.dm b/code/datums/emotes.dm index 19575faa0f4..9d8090913fe 100644 --- a/code/datums/emotes.dm +++ b/code/datums/emotes.dm @@ -68,7 +68,7 @@ if(!M.client || isnewplayer(M)) continue var/T = get_turf(user) - if(M.stat == DEAD && M.client && (M.client.prefs.chat_toggles & CHAT_GHOSTSIGHT) && !(M in viewers(T, null))) + if(M.stat == DEAD && M.client && user.client && (M.client.prefs.chat_toggles & CHAT_GHOSTSIGHT) && !(M in viewers(T, null))) M.show_message("[FOLLOW_LINK(M, user)] [dchatmsg]") if(emote_type == EMOTE_AUDIBLE)