Skip to content

Commit

Permalink
Adds an eyewear category to clothing vendor (#13999)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wisemonster authored Sep 26, 2023
1 parent c563b9e commit 0ee734f
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions code/game/objects/machinery/vending/marine_vending.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1231,8 +1231,6 @@
/obj/item/clothing/head/modular/style/beanie = -1,
/obj/item/clothing/head/modular/style/headband = -1,
/obj/item/clothing/head/modular/style/bandana = -1,
/obj/item/clothing/glasses/mgoggles = -1,
/obj/item/clothing/glasses/mgoggles/prescription = -1,
),
"Masks" = list(
/obj/item/clothing/mask/rebreather/scarf = -1,
Expand Down Expand Up @@ -1316,6 +1314,16 @@
/obj/item/clothing/gloves/latex = -1,
/obj/item/clothing/shoes/white = -1,
),
"Eyewear" = list(
/obj/item/clothing/glasses/regular = -1,
/obj/item/clothing/glasses/eyepatch = -1,
/obj/item/clothing/glasses/sunglasses/fake/big = -1,
/obj/item/clothing/glasses/sunglasses/fake/big/prescription = -1,
/obj/item/clothing/glasses/sunglasses/fake = -1,
/obj/item/clothing/glasses/sunglasses/fake/prescription = -1,
/obj/item/clothing/glasses/mgoggles = -1,
/obj/item/clothing/glasses/mgoggles/prescription = -1,
),
)

prices = list()
Expand Down

0 comments on commit 0ee734f

Please sign in to comment.