Observer/hud improvements and fixes

This commit is contained in:
Mark van Alphen
2019-05-27 19:59:54 +02:00
parent b1acfe3c87
commit f45d16f2c3
16 changed files with 69 additions and 42 deletions
+1 -1
View File
@@ -95,7 +95,7 @@
receivers -= M
garbled_receivers |= M
for(var/mob/M in GLOB.dead_mob_list)
if(M.client && M.stat == DEAD)
if(M.client && M.stat == DEAD && !isnewplayer(M))
receivers |= M
return list(receivers, garbled_receivers)