From 38cce4ea403fe03af4a3088374303d05db6dcd2f Mon Sep 17 00:00:00 2001 From: Dip Date: Wed, 4 Nov 2020 22:08:52 -0300 Subject: [PATCH] a --- code/game/objects/structures/morgue.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/objects/structures/morgue.dm b/code/game/objects/structures/morgue.dm index 3015ebd8..1c26422f 100644 --- a/code/game/objects/structures/morgue.dm +++ b/code/game/objects/structures/morgue.dm @@ -434,10 +434,10 @@ GLOBAL_LIST_EMPTY(crematoriums) if(!mob_occupant.suiciding && !mob_occupant.hellbound) if(mob_occupant.stat == DEAD && mob_occupant.mind.key == user.client.key) inuse = TRUE - visible_message("One of the morgue coffins currently holds a soul that is eager to have its body revived.", runechat_popup = TRUE) + visible_message("One of the morgue coffins currently holds a soul that is eager to have its body revived.") radio.talk_into(src, "One of the morgue coffins currently holds a soul that is eager to have its body revived.", medical_channel) playsound(loc, 'sound/machines/ping.ogg', 50) - addtimer(CALLBACK(src, .proc/liftcooldown), 500) + addtimer(CALLBACK(src, .proc/liftcooldown), 500) /obj/structure/bodycontainer/morgue/proc/liftcooldown() inuse = FALSE