diff --git a/code/game/objects/items/weapons/storage/boxes_vr.dm b/code/game/objects/items/weapons/storage/boxes_vr.dm index 81833a29a1..84f029564a 100644 --- a/code/game/objects/items/weapons/storage/boxes_vr.dm +++ b/code/game/objects/items/weapons/storage/boxes_vr.dm @@ -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) diff --git a/code/game/objects/structures/crates_lockers/closets/secure/security.dm b/code/game/objects/structures/crates_lockers/closets/secure/security.dm index 0f6253ac6e..35fdc2bef5 100644 --- a/code/game/objects/structures/crates_lockers/closets/secure/security.dm +++ b/code/game/objects/structures/crates_lockers/closets/secure/security.dm @@ -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)