Fix hearing whispers in lobby

This commit is contained in:
Mark van Alphen
2019-05-27 21:59:16 +02:00
parent f45d16f2c3
commit 2282bf1da4
+2
View File
@@ -395,6 +395,8 @@ proc/get_radio_key_from_channel(var/channel)
for(var/mob/M in GLOB.dead_mob_list) //does this include players who joined as observers as well?
if(!M.client)
continue
if(isnewplayer(M))
continue
if(M.stat == DEAD && M.client && M.get_preference(CHAT_GHOSTEARS))
listening |= M