From 2a2f5137dd0fe839ea9db6f36de4045acbae0fbd Mon Sep 17 00:00:00 2001 From: El Derp o Derp Date: Thu, 2 Feb 2023 19:30:07 -0800 Subject: [PATCH] Modularizes the vending code. --- code/modules/vending/clothesmate.dm | 3 --- modular_splurt/code/modules/vending/clothesmate.dm | 5 ++++- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/code/modules/vending/clothesmate.dm b/code/modules/vending/clothesmate.dm index a981f5dd58..f6d76b253f 100644 --- a/code/modules/vending/clothesmate.dm +++ b/code/modules/vending/clothesmate.dm @@ -129,9 +129,6 @@ /obj/item/clothing/under/dress/skirt/plaid/purple = 3, /obj/item/clothing/under/dress/skirt/plaid/green = 3, /obj/item/clothing/under/croptop = 3, - /obj/item/clothing/accessory/shortcrop = 3, - /obj/item/clothing/accessory/longcrop = 3, - /obj/item/clothing/accessory/formalcrop = 3, /obj/item/clothing/glasses/regular = 2, /obj/item/clothing/glasses/regular/jamjar = 2, /obj/item/clothing/head/sombrero = 3, diff --git a/modular_splurt/code/modules/vending/clothesmate.dm b/modular_splurt/code/modules/vending/clothesmate.dm index d7d67e4011..a7badac7a7 100644 --- a/modular_splurt/code/modules/vending/clothesmate.dm +++ b/modular_splurt/code/modules/vending/clothesmate.dm @@ -16,7 +16,10 @@ /obj/item/clothing/under/officesexy = 3, /obj/item/clothing/suit/toggle/tunnelfox = 3, /obj/item/clothing/under/performer = 2, - /obj/item/clothing/under/bluedress = 3 + /obj/item/clothing/under/bluedress = 3, + /obj/item/clothing/accessory/shortcrop = 3, + /obj/item/clothing/accessory/longcrop = 3, + /obj/item/clothing/accessory/formalcrop = 3 ) var/list/extra_contraband = list( /obj/item/clothing/under/rank/civilian/lawyer/galaxy_red = 3,