Skip to content

Commit

Permalink
balanc for morrow
Browse files Browse the repository at this point in the history
deletes some gear from the locker and adds other gear to the vendor
  • Loading branch information
Dorodomki committed Aug 9, 2023
1 parent d0c132a commit 134c9eb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ GLOBAL_LIST_INIT(cm_vending_clothing_chief_engineer, list(
list("Orange Hazard Vest", 0, /obj/item/clothing/suit/storage/hazardvest, MARINE_CAN_BUY_ARMOR, VENDOR_ITEM_REGULAR),
list("Yellow Hazard Vest", 0, /obj/item/clothing/suit/storage/hazardvest/yellow, MARINE_CAN_BUY_ARMOR, VENDOR_ITEM_REGULAR),
list("USCM Service Jacket", 0, /obj/item/clothing/suit/storage/jacket/marine/service, MARINE_CAN_BUY_ARMOR, VENDOR_ITEM_REGULAR),
list("USCM Work Overalls", 0, /obj/item/clothing/suit/storage/apron/overalls, MARINE_CAN_BUY_ARMOR, VENDOR_ITEM_REGULAR),

list("BACKPACK (CHOOSE 1)", 0, null, null, null),
list("Leather Satchel", 0, /obj/item/storage/backpack/satchel, MARINE_CAN_BUY_BACKPACK, VENDOR_ITEM_REGULAR),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
new /obj/item/storage/pouch/construction(src)
new /obj/item/storage/pouch/tools(src)
new /obj/item/storage/firstaid/regular(src)
new /obj/item/storage/backpack/marine/engineerpack/welder_chestrig(src)

/obj/structure/closet/secure_closet/engineering_electrical
name = "electrical supplies"
Expand Down

0 comments on commit 134c9eb

Please sign in to comment.