diff --git a/code/modules/clothing/suits/vg_suits.dm b/code/modules/clothing/suits/vg_suits.dm index 08fe029f..fe011c60 100644 --- a/code/modules/clothing/suits/vg_suits.dm +++ b/code/modules/clothing/suits/vg_suits.dm @@ -106,7 +106,7 @@ icon_state = "maidapron" body_parts_covered = CHEST|GROIN icon = 'modular_citadel/icons/obj/clothing/vg_clothes.dmi' - alternate_worn_icon = 'modular_citadel/icons/mob/citadel/suit.dmi' + alternate_worn_icon = 'modular_citadel/icons/obj/clothing/vg_clothes.dmi' mutantrace_variation = NO_MUTANTRACE_VARIATION /obj/item/clothing/suit/clownpiece diff --git a/modular_citadel/code/game/machinery/vending.dm b/modular_citadel/code/game/machinery/vending.dm index caa7c319..f9239206 100644 --- a/modular_citadel/code/game/machinery/vending.dm +++ b/modular_citadel/code/game/machinery/vending.dm @@ -54,7 +54,8 @@ /obj/item/clothing/under/polychromic/stripper = 3, /obj/item/clothing/under/polychromic/bikini = 3, /obj/item/clothing/under/polychromic/shortpants/pantsu = 3, - /obj/item/clothing/under/polychromic/bulge = 3 + /obj/item/clothing/under/polychromic/bulge = 3, + /obj/item/clothing/suit/maidapron = 3 ) contraband = list(/obj/item/restraints/handcuffs/fake/kinky = 5, /obj/item/clothing/neck/petcollar = 5,