mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-16 17:44:25 +01:00
Merge pull request #1856 from Cyantime/emotes
Fixes ghosts being unable to see any emotes
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user