Shuttle update: Part Two: The Legion Protects (#7457)

This commit is contained in:
fernerr
2019-11-23 18:50:19 +01:00
committed by Werner
parent 0683b6f487
commit aa2e02c1a6
82 changed files with 22253 additions and 13703 deletions
@@ -41,6 +41,15 @@
req_access = null
req_one_access = list(access_engine_equip, access_atmospherics)
/obj/item/device/magnetic_lock/security/legion
name = "legion magnetic door lock"
req_access = (access_legion)
w_class = 2
/obj/item/device/magnetic_lock/security/legion/Initialize()
..()
desc = "A large, ID locked device used for completely locking down airlocks. This one carries the insignia of the Tau Ceti Foreign Legion."
/obj/item/device/magnetic_lock/Initialize()
. = ..()
@@ -470,7 +479,7 @@
ui = new(user, src, "misc-maglock", 300, 100, "Maglock", list())
else
ui = new(user, src, "misc-maglock-config", 300, 100, "Maglock configuration", list("passcode" = passcode))
ui.open()
/obj/item/device/magnetic_lock/keypad/attack_hand(var/mob/user)