From 7a79c40fc874f8426963f2e2cc24769a6f4411a3 Mon Sep 17 00:00:00 2001 From: LT3 <83487515+lessthnthree@users.noreply.github.com> Date: Sun, 23 Mar 2025 15:47:39 -0700 Subject: [PATCH] Add miniskirt to clothesmate (#3371) ## About The Pull Request As it says on the tin ## Changelog :cl: LT3 add: Miniskirt now available in the clothesmate /:cl: --- modular_zubbers/code/modules/vending/clothmate.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/modular_zubbers/code/modules/vending/clothmate.dm b/modular_zubbers/code/modules/vending/clothmate.dm index 3a3cb8d8082..d3ff0020baf 100644 --- a/modular_zubbers/code/modules/vending/clothmate.dm +++ b/modular_zubbers/code/modules/vending/clothmate.dm @@ -65,6 +65,7 @@ /obj/item/clothing/suit/jacket/tailcoat = 5, /obj/item/clothing/under/dress/skirt/skyrat/black_skirt = 5, /obj/item/clothing/suit/misc/suit_harness = 5, + /obj/item/clothing/under/dress/miniskirt = 5, ), ),