Skip to content

Commit

Permalink
keys wooo
Browse files Browse the repository at this point in the history
  • Loading branch information
efzapa committed Jul 20, 2024
1 parent 6138e36 commit 83c5f0a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ GLOBAL_LIST_EMPTY(co_secure_boxes)
new /obj/item/clothing/glasses/sunglasses(src)
new /obj/item/clothing/suit/storage/jacket/marine/dress/officer(src)
new /obj/item/clothing/head/marine/peaked/captain(src)
new /obj/item/device/encryptionkey/command(src)
new /obj/item/device/encryptionkey/command(src)

/obj/structure/closet/secure_closet/securecom
name = "commanding officer's secure box"
Expand Down Expand Up @@ -207,6 +209,8 @@ GLOBAL_LIST_EMPTY(co_secure_boxes)
new /obj/item/reagent_container/spray/pepper(src)
new /obj/item/restraint/handcuffs(src)
new /obj/item/storage/pouch/general/large(src)
new /obj/item/device/encryptionkey/sec(src)
new /obj/item/device/encryptionkey/sec(src)

/obj/structure/closet/secure_closet/military_officer_spare
name = "extra equipment locker"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,10 @@
new /obj/item/storage/pouch/medical(src)
new /obj/item/storage/pouch/syringe(src)
new /obj/item/storage/pouch/medkit(src)
new /obj/item/device/encryptionkey/med(src)
new /obj/item/device/encryptionkey/med(src)
return

/obj/structure/closet/secure_closet/chemical
name = "chemical closet"
desc = "Store dangerous chemicals in here."
Expand Down
5 changes: 5 additions & 0 deletions maps/map_files/USS_Almayer/USS_Almayer.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -5756,6 +5756,7 @@
pixel_y = 10
},
/obj/item/clothing/suit/storage/webbing,
/obj/item/device/encryptionkey/command,
/turf/open/floor/almayer/plate,
/area/almayer/living/numbertwobunks)
"aKO" = (
Expand Down Expand Up @@ -30253,6 +30254,8 @@
/obj/item/clipboard,
/obj/item/device/flash,
/obj/item/device/binoculars,
/obj/item/device/encryptionkey/engi,
/obj/item/device/encryptionkey/engi,
/turf/open/floor/wood/ship,
/area/almayer/engineering/ce_room)
"iKI" = (
Expand Down Expand Up @@ -41787,6 +41790,8 @@
/obj/structure/sign/poster/propaganda{
pixel_y = 34
},
/obj/item/device/encryptionkey/req,
/obj/item/device/encryptionkey/req,
/turf/open/floor/almayer/green/north,
/area/almayer/squads/req)
"ntj" = (
Expand Down

0 comments on commit 83c5f0a

Please sign in to comment.