From d4ef62c789ca8fbc724caab66cc76cb1ed632f0f Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Sun, 7 Mar 2021 02:52:24 +0100 Subject: [PATCH] [MIRROR] adds the jumpsuit variants of skirts to the curadrobe (#3963) * adds the jumpsuit variants of skirts to the curadrobe (#57472) * adds the jumpsuit variants of skirts to the curadrobe Co-authored-by: Fikou --- code/modules/vending/wardrobes.dm | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/code/modules/vending/wardrobes.dm b/code/modules/vending/wardrobes.dm index 5772a4e221a..9894e48f834 100644 --- a/code/modules/vending/wardrobes.dm +++ b/code/modules/vending/wardrobes.dm @@ -244,9 +244,12 @@ /obj/item/pen/fourcolor = 1, /obj/item/pen/fountain = 2, /obj/item/clothing/accessory/pocketprotector = 2, - /obj/item/clothing/under/rank/civilian/curator/skirt = 2, - /obj/item/clothing/under/rank/captain/suit/skirt = 2, - /obj/item/clothing/under/rank/civilian/head_of_personnel/suit/skirt = 2, + /obj/item/clothing/under/rank/civilian/curator = 1, + /obj/item/clothing/under/rank/civilian/curator/skirt = 1, + /obj/item/clothing/under/rank/captain/suit = 1, + /obj/item/clothing/under/rank/captain/suit/skirt = 1, + /obj/item/clothing/under/rank/civilian/head_of_personnel/suit = 1, + /obj/item/clothing/under/rank/civilian/head_of_personnel/suit/skirt = 1, /obj/item/storage/backpack/satchel/explorer = 1, /obj/item/clothing/glasses/regular = 2, /obj/item/clothing/glasses/regular/jamjar = 1,