diff --git a/code/modules/client/preference_setup/loadout/loadout_fluffitems_vr.dm b/code/modules/client/preference_setup/loadout/loadout_fluffitems_vr.dm index f1c8ff21b6..ccea57728d 100644 --- a/code/modules/client/preference_setup/loadout/loadout_fluffitems_vr.dm +++ b/code/modules/client/preference_setup/loadout/loadout_fluffitems_vr.dm @@ -1115,6 +1115,19 @@ ckeywhitelist = list("xonkon") character_name = list("Ali") +/datum/gear/fluff/zena_suit + path = /obj/item/clothing/suit/space/void/engineering/zena + display_name = "Zena's Shroud Suit" + ckeywhitelist = list("xonkon") + character_name = list("Zena Aviv") + +/datum/gear/fluff/zena_helmet + path = /obj/item/clothing/head/helmet/space/void/engineering/zena + display_name = "Zena's Shroud Helmet" + ckeywhitelist = list("xonkon") + character_name = list("Zena Aviv") + + // Y CKEYS // Z CKEYS diff --git a/code/modules/vore/fluffstuff/custom_clothes_vr.dm b/code/modules/vore/fluffstuff/custom_clothes_vr.dm index 9dacba7f82..2f05ab268f 100644 --- a/code/modules/vore/fluffstuff/custom_clothes_vr.dm +++ b/code/modules/vore/fluffstuff/custom_clothes_vr.dm @@ -1963,3 +1963,28 @@ Departamental Swimsuits, for general use icon_override = 'icons/vore/custom_onmob_vr.dmi' icon_state = "azuracollar" + + +//Xonkon: Zena Aviv +/obj/item/clothing/head/helmet/space/void/engineering/zena + name = "custom shroud helmet" + desc = "A black and orange engineering shroud helmet. Orange plated and specially crafted and augmented for a variety of activites." + icon = 'icons/vore/custom_clothes_vr.dmi' + icon_state = "zenahelmet" + + icon_override = 'icons/vore/custom_clothes_vr.dmi' + item_state = "zenahelmet_mob" + + species_restricted = null + + +/obj/item/clothing/suit/space/void/engineering/zena + name = "custom shroud suit" + desc = "A black and orange engineering shroud helmet. Skintight and specially crafted and augmented for a variety of activites." + icon = 'icons/vore/custom_clothes_vr.dmi' + icon_state = "zenasuit" + + icon_override = 'icons/vore/custom_clothes_vr.dmi' + item_state = "zenasuit_mob" + + species_restricted = null \ No newline at end of file diff --git a/icons/vore/custom_clothes_vr.dmi b/icons/vore/custom_clothes_vr.dmi index 1abc46e4d4..45123b5352 100644 Binary files a/icons/vore/custom_clothes_vr.dmi and b/icons/vore/custom_clothes_vr.dmi differ