From 44d7b0ad0fb1a9e88cccbb42b54b757b919abf01 Mon Sep 17 00:00:00 2001 From: Cyantime Date: Thu, 13 Jul 2017 03:55:20 -0400 Subject: [PATCH] byond is a shit --- 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 ebe2237de7..0f660d7e27 100644 --- a/code/modules/mob/emote.dm +++ b/code/modules/mob/emote.dm @@ -41,7 +41,7 @@ //VOREStation edit if(istype(M, /mob/observer/dead/)) var/mob/observer/dead/D = M - if((ckey && D.is_preference_enabled(/datum/client_preference/ghost_sight)) || src in view(D)) + if(ckey || (src in view(D))) M.show_message(message, m_type) else M.show_message(message, m_type)