diff --git a/code/modules/client/preference_setup/loadout/loadout_fluffitems_yw.dm b/code/modules/client/preference_setup/loadout/loadout_fluffitems_yw.dm index ed6abec2c5..37080aae7b 100644 --- a/code/modules/client/preference_setup/loadout/loadout_fluffitems_yw.dm +++ b/code/modules/client/preference_setup/loadout/loadout_fluffitems_yw.dm @@ -110,6 +110,20 @@ ckeywhitelist = list("blackangelsace") character_name = list("Strix Hades") +/datum/gear/fluff/strix_coat_cco + path = /obj/item/clothing/suit/storage/seromi/cloak/fluff/strix_cco + display_name = "Central Command Coat" + description = "It drapes over a Avali's shoulders and closes at the neck with pockets convienently placed inside. It bears the Central Command's colors. The name 'Strix Hades' is embroilled in gold lettering around a golden embroilled outline on the neck collar." + ckeywhitelist = list("blackangelsace") + character_name = list("Strix Hades") + +/datum/gear/fluff/strix_under_cco + path = /obj/item/clothing/under/seromi/undercoat/fluff/strix_cco + display_name = "Central Command Undercoat" + description = "Made of carbon nanofiber, it is light and billowy, perfect for going fast and stylishly!" + ckeywhitelist = list("blackangelsace") + character_name = list("Strix Hades") + //benl8561 //M.I.S.S.Y /datum/gear/fluff/missy_skirt diff --git a/code/modules/vore/fluffstuff/custom_clothes_yw.dm b/code/modules/vore/fluffstuff/custom_clothes_yw.dm index e953c4005c..ec13c308ee 100644 --- a/code/modules/vore/fluffstuff/custom_clothes_yw.dm +++ b/code/modules/vore/fluffstuff/custom_clothes_yw.dm @@ -725,6 +725,27 @@ "Teshari" = 'icons/vore/custom_onmob_yw.dmi' ) +/obj/item/clothing/suit/storage/seromi/cloak/fluff/strix_cco + name = "Central Command Cloak" + desc = "It drapes over a Avali's shoulders and closes at the neck with pockets convienently placed inside. It bears the Central Command's colors. The name 'Strix Hades' is embroilled in gold lettering around a golden embroilled outline on the neck collar." + icon = 'icons/vore/custom_clothes_yw.dmi' + icon_state = "tesh_cloak_cco" + icon_override = 'icons/vore/custom_clothes_yw.dmi' + override = 1 + item_state = "tesh_cloak_cco" + +/obj/item/clothing/under/seromi/undercoat/fluff/strix_cco + name = "Central Command Undercoat" + desc = "Made of carbon nanofiber, it is light and billowy, perfect for going fast and stylishly!" + icon = 'icons/vore/custom_clothes_yw.dmi' + icon_override = 'icons/vore/custom_onmob_yw.dmi' + icon_state = "tesh_uniform_cco" + override = 1 + item_state = "tesh_uniform_cco" + sprite_sheets = list( + "Teshari" = 'icons/vore/custom_onmob_yw.dmi' + ) + // ******* // Dawidoe // ******* diff --git a/icons/vore/custom_clothes_yw.dmi b/icons/vore/custom_clothes_yw.dmi index 688ee54eb5..27099ed834 100644 Binary files a/icons/vore/custom_clothes_yw.dmi and b/icons/vore/custom_clothes_yw.dmi differ diff --git a/icons/vore/custom_onmob_yw.dmi b/icons/vore/custom_onmob_yw.dmi index 2f2fd1ba49..717bac51df 100644 Binary files a/icons/vore/custom_onmob_yw.dmi and b/icons/vore/custom_onmob_yw.dmi differ