Merge pull request #22534 from lzimann/fixmymess

Fix showing the wrong message to ghosts with ghostsight
This commit is contained in:
Joan Lung
2016-12-28 11:34:07 -05:00
committed by GitHub
+1 -1
View File
@@ -53,7 +53,7 @@ var/global/list/emote_list = list()
continue
var/T = get_turf(src)
if(M.stat == DEAD && M.client && (M.client.prefs.chat_toggles & CHAT_GHOSTSIGHT) && !(M in viewers(T, null)))
M.show_message(message)
M.show_message(msg)
if(emote_type == EMOTE_AUDIBLE)
user.audible_message(msg)