Skip to content

Commit

Permalink
Update code/game/machinery/vending/vendor_types/squad_prep/squad_prep.dm
Browse files Browse the repository at this point in the history
Co-authored-by: Zonespace <[email protected]>
  • Loading branch information
private-tristan and Zonespace27 authored Oct 9, 2023
1 parent 4d018c0 commit 9d04992
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +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("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 9d04992

Please sign in to comment.