Merge pull request #6237 from Citadel-Station-13/upstream-merge-36901

[MIRROR] Fixes morgue beeper message
This commit is contained in:
LetterJay
2018-04-02 08:59:10 -05:00
committed by GitHub
+1 -1
View File
@@ -162,7 +162,7 @@ GLOBAL_LIST_EMPTY(bodycontainers) //Let them act as spawnpoints for revenants an
if(!user.canUseTopic(src, !issilicon(user)))
return
beeper = !beeper
to_chat(user, "<span class='notice'>You turn the speaker function [beeper ? "off" : "on"].</span>")
to_chat(user, "<span class='notice'>You turn the speaker function [beeper ? "on" : "off"].</span>")
/obj/structure/bodycontainer/morgue/update_icon()
if (!connected || connected.loc != src) // Open or tray is gone.