Skip to content

Commit

Permalink
price change
Browse files Browse the repository at this point in the history
  • Loading branch information
TheManWithNoHands committed Aug 28, 2024
1 parent a8b9982 commit a69a452
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ GLOBAL_LIST_INIT(cm_vending_gear_medic, list(
list("Pressurized Reagent Canister Pouch (EMPTY)", 3, /obj/item/storage/pouch/pressurized_reagent_canister, null, VENDOR_ITEM_REGULAR),
list("G8-A General Utility Pouch", 15, /obj/item/storage/backpack/general_belt, null, VENDOR_ITEM_REGULAR),
list("MS-11 Smart Refill Tank", 6, /obj/item/reagent_container/glass/minitank, null, VENDOR_ITEM_REGULAR),
list("FixOVein", 5, /obj/item/tool/surgery/FixOVein, null, VENDOR_ITEM_REGULAR),
list("FixOVein", 7, /obj/item/tool/surgery/FixOVein, null, VENDOR_ITEM_REGULAR),


list("EXPLOSIVES", 0, null, null, null),
Expand Down

0 comments on commit a69a452

Please sign in to comment.