From 9a1b29e23fca9fe3111b4bad8d76896c6490114f Mon Sep 17 00:00:00 2001 From: QuoteFox <49098813+quotefox@users.noreply.github.com> Date: Sun, 26 Jul 2020 23:54:42 +0100 Subject: [PATCH] Addes a admin spawn apron to the kinkmate Addes a admin spawn apron to the kinkmate --- code/modules/clothing/suits/vg_suits.dm | 2 +- modular_citadel/code/game/machinery/vending.dm | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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,