Lets silicons disable morguetray alarms at range (#35855)

This commit is contained in:
ShizCalev
2018-02-23 14:27:28 +02:00
committed by vuonojenmustaturska
parent e666bc63e1
commit 0de3dae689
+1 -1
View File
@@ -159,7 +159,7 @@ GLOBAL_LIST_EMPTY(bodycontainers) //Let them act as spawnpoints for revenants an
/obj/structure/bodycontainer/morgue/AltClick(mob/user)
..()
if(!user.canUseTopic(src, BE_CLOSE))
if(!user.canUseTopic(src, !issilicon(user)))
return
beeper = !beeper
to_chat(user, "<span class='notice'>You turn the speaker function [beeper ? "off" : "on"].</span>")