Reapplys this runtime fix when dead /mob/living would not have a client.

This commit is contained in:
Ccomp5950
2014-02-22 03:47:46 -06:00
parent 8ef2e10237
commit e72c584ac8

View File

@@ -384,6 +384,7 @@ var/list/department_radio_keys = list(
rendered = "<span class='game say'><span class='name'>[GetVoice()]</span>[alt_name] <span class='message'>[message_a]</span></span>"
var/rendered_ghost = "<span class='game say'><span class='name'>[GetVoice()]</span>[alt_name] <span class='message'>[message_ghost]</span></span>"
for (var/mob/M in heard_a)
if(M.client)
if(hascall(M,"show_message"))
var/deaf_message = ""
var/deaf_type = 1