Fixes more runtimes

This commit is contained in:
Heroman
2022-06-23 20:13:13 +10:00
parent 7226562951
commit bedb22f8cb
5 changed files with 20 additions and 11 deletions
@@ -57,7 +57,7 @@
var/who = null
if(isobserver(candidate))
var/mob/observer/dead/ghost = candidate
who = ghost
who = ghost.name
im_list += list(list("address" = origin_address, "to_address" = exonet.address, "im" = text))
else if(istype(candidate, /obj/item/device/communicator))
var/obj/item/device/communicator/comm = candidate