[MIRROR] Makes the morgue alt-click message clearer (#5665)

* Update morgue.dm (#35883)

* Makes the morgue alt-click message clearer
This commit is contained in:
CitadelStationBot
2018-02-22 23:42:43 -06:00
committed by Poojawa
parent b66e76d97b
commit afa88c7b31

View File

@@ -155,7 +155,7 @@ GLOBAL_LIST_EMPTY(bodycontainers) //Let them act as spawnpoints for revenants an
/obj/structure/bodycontainer/morgue/examine(mob/user)
..()
to_chat(user, "<span class='notice'>Alt-click [src] to [beeper ? "disable" : "enable"] the alarm.</span>")
to_chat(user, "<span class='notice'>The speaker is [beeper ? "enabled" : "disabled"]. Alt-click to toggle it.</span>")
/obj/structure/bodycontainer/morgue/AltClick(mob/user)
..()