Skip to content

Commit

Permalink
adds to vendors
Browse files Browse the repository at this point in the history
  • Loading branch information
private-tristan committed Oct 9, 2023
1 parent 9e006f1 commit 4d018c0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@
list("Rebreather", round(scale * 10), /obj/item/clothing/mask/rebreather, MARINE_CAN_BUY_MASK, VENDOR_ITEM_REGULAR),

list("MISCELLANEOUS", -1, null, null, null),
list("Squad Optics", round(scale *10), /obj/item/device/helmet_visor, VENDOR_ITEM_REGULAR),
list("Ballistic goggles", round(scale * 10), /obj/item/clothing/glasses/mgoggles, VENDOR_ITEM_REGULAR),
list("M1A1 Ballistic goggles", round(scale * 10), /obj/item/clothing/glasses/mgoggles/v2, VENDOR_ITEM_REGULAR),
list("Prescription ballistic goggles", round(scale * 10), /obj/item/clothing/glasses/mgoggles/prescription, VENDOR_ITEM_REGULAR),
Expand Down

0 comments on commit 4d018c0

Please sign in to comment.