diff --git a/icons/mob/clothing/custom_w.dmi b/icons/mob/clothing/custom_w.dmi index 7452d63134..b30170ffec 100644 Binary files a/icons/mob/clothing/custom_w.dmi and b/icons/mob/clothing/custom_w.dmi differ diff --git a/icons/obj/custom.dmi b/icons/obj/custom.dmi index 9067a4beca..42c68149a5 100644 Binary files a/icons/obj/custom.dmi and b/icons/obj/custom.dmi differ diff --git a/modular_citadel/code/modules/client/loadout/__donator.dm b/modular_citadel/code/modules/client/loadout/__donator.dm index 478fb41a23..f2c31a52f2 100644 --- a/modular_citadel/code/modules/client/loadout/__donator.dm +++ b/modular_citadel/code/modules/client/loadout/__donator.dm @@ -510,3 +510,9 @@ slot = SLOT_IN_BACKPACK path = /obj/item/bedsheet/cosmos ckeywhitelist = list("grunnyyy") + +/datum/gear/donator/customskirt + name = "custom atmos skirt" + slot = SLOT_IN_BACKPACK + path = /obj/item/clothing/suit/customskirt + ckeywhitelist = list("") \ No newline at end of file diff --git a/modular_citadel/code/modules/custom_loadout/custom_items.dm b/modular_citadel/code/modules/custom_loadout/custom_items.dm index 374312a26a..ba51a8fed4 100644 --- a/modular_citadel/code/modules/custom_loadout/custom_items.dm +++ b/modular_citadel/code/modules/custom_loadout/custom_items.dm @@ -550,3 +550,12 @@ desc = "A fancy cloak embroidered with polychromatic thread in a pattern that reminds one of the wielders of unlimited power." icon_state = "polyce" poly_colors = list("#808080", "#8CC6FF", "#FF3535") + +/obj/item/clothing/suit/customskirt + name = "unzipped atmos skirt" + desc = " atmos jumpsuit skirt with the top half zipped down and wrapped around the waist." + icon_state = "atmos_skirt" + item_state = "atmos_skirt" + icon = 'icons/obj/custom.dmi' + mob_overlay_icon = 'icons/mob/clothing/custom_w.dmi' + mutantrace_variation = NONE