Merge pull request #36901 from KorPhaeron/beeper

Fixes morgue beeper message
This commit is contained in:
Jordan Brown
2018-04-02 09:31:17 -04:00
committed by CitadelStationBot
parent 7de2934a26
commit 5142076ea7
+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.