Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
matttheficus committed Sep 23, 2023
1 parent b2ca233 commit b705c37
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions code/game/machinery/vendors/wardrobe_vendors.dm
Original file line number Diff line number Diff line change
Expand Up @@ -762,15 +762,16 @@
products = list(
/obj/item/clothing/under/rank/centcom/nct = 2,
/obj/item/clothing/head/beret/nct = 2,
/obj/item/clothing/gloves/color/white = 2,
/obj/item/clothing/shoes/laceup = 2,
/obj/item/clothing/shoes/black = 2,
/obj/item/clothing/shoes/brown = 2,
/obj/item/clothing/head/beret/sec = 2,
/obj/item/clothing/head/beret/med = 2,
/obj/item/clothing/head/beret/sci = 2,
/obj/item/clothing/head/beret/eng = 2,
/obj/item/clothing/head/beret/atmos = 2,
/obj/item/clothing/head/beret/black = 2 // Service?
/obj/item/clothing/head/beret/atmos = 2
// /obj/item/clothing/head/beret/black = 2 // Service?
// /obj/item/clothing/head/beret/sup // Supply, when its in.
)
prices = list()
Expand Down

0 comments on commit b705c37

Please sign in to comment.