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,