Command key box

This commit is contained in:
Unknown
2019-04-01 00:48:06 -04:00
committed by Novacat
parent a475400b92
commit 2a100c5cb1
2 changed files with 6 additions and 0 deletions

View File

@@ -26,3 +26,8 @@
name = "box of volunteer headsets"
desc = "A box full of volunteer headsets, for issuing out to exploration volunteers."
starts_with = list(/obj/item/device/radio/headset/volunteer = 7)
/obj/item/weapon/storage/box/commandkeys
name = "box of command keys"
desc = "A box full of command keys, for command to give out as necessary."
starts_with = list(/obj/item/device/encryptionkey/headset_com = 7)

View File

@@ -41,6 +41,7 @@
/obj/item/weapon/storage/box/ids = 2,
/obj/item/weapon/gun/energy/gun,
/obj/item/weapon/gun/energy/gun/martin, //VOREStation Add,
/obj/item/weapon/storage/box/commandkeys, //VOREStation Add,
///obj/item/weapon/gun/projectile/sec/flash, //VOREStation Removal,
/obj/item/device/flash)