Skip to content

Commit

Permalink
Combat Technician Prep Nailgun: Option 2
Browse files Browse the repository at this point in the history
  • Loading branch information
MobiusWon committed Feb 17, 2024
1 parent b5f0e69 commit 7b01fd9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ GLOBAL_LIST_INIT(cm_vending_gear_engi, list(
list("Airlock Circuit Board", 2, /obj/item/circuitboard/airlock, null, VENDOR_ITEM_REGULAR),
list("APC Circuit Board", 2, /obj/item/circuitboard/apc, null, VENDOR_ITEM_REGULAR),
list("Entrenching Tool (ET)", 2, /obj/item/tool/shovel/etool, null, VENDOR_ITEM_REGULAR),
list("Nailgun",10, /obj/item/weapon/gun/smg/nailgun, null, VENDOR_ITEM_RECOMMENDED)
list("High-Capacity Power Cell", 3, /obj/item/cell/high, null, VENDOR_ITEM_REGULAR),
list("Metal x10", 5, /obj/item/stack/sheet/metal/small_stack, null, VENDOR_ITEM_RECOMMENDED),
list("Plasteel x10", 7, /obj/item/stack/sheet/plasteel/small_stack, null, VENDOR_ITEM_RECOMMENDED),
Expand Down

0 comments on commit 7b01fd9

Please sign in to comment.