Skip to content

Commit

Permalink
Adds an eyewear category to clothing vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
Wisemonster committed Sep 22, 2023
1 parent a68335c commit 078bfca
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 @@ -1232,8 +1232,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 @@ -1317,6 +1315,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 078bfca

Please sign in to comment.