Skip to content

Commit

Permalink
[MIRROR] Added a prybar and mini extinguisher to explorer and pathfin…
Browse files Browse the repository at this point in the history
…der lockers
  • Loading branch information
Spookerton authored and LordNest committed Jan 7, 2025
1 parent 3a1d4b8 commit 920d845
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions maps/torch/structures/closets/exploration.dm
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@
/obj/item/clothing/accessory/buddy_tag,
/obj/item/storage/firstaid/light,
/obj/item/storage/backpack/dufflebag,
/obj/item/device/flashlight/flare
/obj/item/device/flashlight/flare,
/obj/item/crowbar/prybar,
/obj/item/extinguisher/mini
)

/obj/structure/closet/secure_closet/explorer
Expand All @@ -77,7 +79,9 @@
/obj/item/material/knife/folding/swiss/explorer,
/obj/item/device/camera,
/obj/item/storage/backpack/dufflebag,
/obj/item/device/flashlight/flare
/obj/item/device/flashlight/flare,
/obj/item/crowbar/prybar,
/obj/item/extinguisher/mini
)

/obj/structure/closet/secure_closet/pilot
Expand Down

0 comments on commit 920d845

Please sign in to comment.