Merge pull request #10596 from Seris02/hijackbackup

Hijack Implant
This commit is contained in:
kevinz000
2020-02-10 04:16:14 -07:00
committed by GitHub
76 changed files with 539 additions and 153 deletions
+1 -1
View File
@@ -168,7 +168,7 @@ GLOBAL_LIST_EMPTY(bodycontainers) //Let them act as spawnpoints for revenants an
/obj/structure/bodycontainer/morgue/AltClick(mob/user)
. = ..()
if(!user.canUseTopic(src, !issilicon(user)))
if(!user.canUseTopic(src, !hasSiliconAccessInArea(user)))
return
beeper = !beeper
to_chat(user, "<span class='notice'>You turn the speaker function [beeper ? "on" : "off"].</span>")