Merge pull request #14457 from GrayRachnid/holopads

Fixes the bug that allows anybody(other than heads) to auto-call holopads and adds secure holopads.
This commit is contained in:
silicons
2021-03-20 14:28:07 -06:00
committed by GitHub
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>")
. = ..()