Merge pull request #3425 from Citadel-Station-13/upstream-merge-31735

[MIRROR] Fixes emotes not checking the right turf (or any turf for that matter)
This commit is contained in:
LetterJay
2017-10-16 07:28:13 -04:00
committed by GitHub
+1 -1
View File
@@ -50,7 +50,7 @@
for(var/mob/M in GLOB.dead_mob_list)
if(!M.client || isnewplayer(M))
continue
var/T = get_turf(src)
var/T = get_turf(user)
if(M.stat == DEAD && M.client && (M.client.prefs.chat_toggles & CHAT_GHOSTSIGHT) && !(M in viewers(T, null)))
M.show_message(msg)