Fixes auto-calling for non-heads and adds secure holopads

This commit is contained in:
GrayRachnid
2021-03-17 12:40:25 -04:00
parent 40fb1f2a0b
commit b4969c4770
6 changed files with 62 additions and 63 deletions
@@ -472,7 +472,7 @@
build_path = /obj/machinery/holopad
secure = FALSE
else
build_path = /obj/machinery/holopad //secure
build_path = /obj/machinery/holopad/secure //secure
secure = TRUE
to_chat(user, "<span class='notice'>You [secure? "en" : "dis"]able the security on the [src]</span>")
. = ..()