Skip to content

Commit

Permalink
add crowbar and shovel
Browse files Browse the repository at this point in the history
  • Loading branch information
hislittlecuzingames committed Jun 20, 2024
1 parent 2a42de0 commit 3626820
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ GLOBAL_LIST_INIT(cm_vending_clothing_staff_officer_armory, list(
list("Space Cleaner", 2, /obj/item/reagent_container/spray/cleaner, null, VENDOR_ITEM_REGULAR),
list("Blowtorch", 5, /obj/item/tool/weldingtool, null, VENDOR_ITEM_REGULAR),
list("Wrench", 1, /obj/item/tool/wrench, null, VENDOR_ITEM_REGULAR),
list("Crowbar", 1, /obj/item/tool/crowbar, null, VENDOR_ITEM_REGULAR),
list("Entrenching Tool", 1, /obj/item/tool/shovel/etool, null, VENDOR_ITEM_REGULAR),
list("Whistle", 5, /obj/item/device/whistle, null, VENDOR_ITEM_REGULAR),
list("Machete Scabbard (Full)", 5, /obj/item/storage/large_holster/machete/full, null, VENDOR_ITEM_REGULAR)
))

0 comments on commit 3626820

Please sign in to comment.