From 1a886adc3d1f8968c027f4da83c17237db5b15ce Mon Sep 17 00:00:00 2001 From: Commandersand Date: Fri, 27 Dec 2019 13:01:14 -0600 Subject: [PATCH] FIXEdD --- code/modules/vending/clothesmate.dm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/code/modules/vending/clothesmate.dm b/code/modules/vending/clothesmate.dm index e791cf0ffb..6144f4c57a 100644 --- a/code/modules/vending/clothesmate.dm +++ b/code/modules/vending/clothesmate.dm @@ -70,7 +70,7 @@ /obj/item/clothing/under/skirt/red = 3, /obj/item/clothing/under/skirt/purple = 3, /obj/item/clothing/under/sundress = 4, - /obj/item/clothing/under/sundresswhite 4, + /obj/item/clothing/under/sundresswhite = 4, /obj/item/clothing/under/stripeddress = 3, /obj/item/clothing/under/sailordress = 3, /obj/item/clothing/under/sweptskirt = 3, @@ -78,9 +78,9 @@ /obj/item/clothing/under/pinkdress = 3, /obj/item/clothing/under/redeveninggown = 3, /obj/item/clothing/under/blacktango = 3, - /obj/item/clothing/under/westernbustle 3, - /obj/item/clothing/under/flamenco 3, - /obj/item/clothing/under/flowerdress 3, + /obj/item/clothing/under/westernbustle = 3, + /obj/item/clothing/under/flamenco = 3, + /obj/item/clothing/under/flowerdress = 3, /obj/item/clothing/under/plaid_skirt = 3, /obj/item/clothing/under/plaid_skirt/blue = 3, /obj/item/clothing/under/plaid_skirt/purple = 3,