diff --git a/code/modules/vore/fluffstuff/custom_clothes_yw.dm b/code/modules/vore/fluffstuff/custom_clothes_yw.dm index bfd5b7541d..3030fec24b 100644 --- a/code/modules/vore/fluffstuff/custom_clothes_yw.dm +++ b/code/modules/vore/fluffstuff/custom_clothes_yw.dm @@ -713,7 +713,7 @@ //Aurora Goldtail - /obj/item/clothing/glasses/omnihud/prescription/aurora +/obj/item/clothing/glasses/omnihud/prescription/aurora name = "Round glasses" desc = "A pair of circular shaped prescription glasses. They seem fit for a avian head and will most likely make anyone wearing these look like a big nerd. It seems they are outfitted with a augmented reality module." icon = 'icons/vore/custom_clothes_yw.dmi' @@ -722,6 +722,25 @@ override = 1 item_state = "aurora_glasses" + //Strix Hades + +/obj/item/clothing/suit/storage/seromi/cloak/fluff/strix + name = "Colony Director Coat" + desc = "It drapes over a Teshari's shoulders and closes at the neck with pockets convienently placed inside. It bears the Colony Director'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_cd" + icon_override = 'icons/vore/custom_clothes_yw.dmi' + override = 1 + item_state = "tesh_cloak_cd" + +/obj/item/clothing/under/seromi/undercoat/fluff/strix + name = "Colony Director Undercoat" + desc = "A Teshari traditional garb, with a modern twist! Made of micro and nanofibres to make it light and billowy, perfect for going fast and stylishly!" + icon = 'icons/vore/custom_clothes_yw.dmi' + icon_override = 'icons/vore/custom_clothes_yw.dmi' + icon_state = "tesh_uniform_cd" + override = 1 + item_state = "tesh_uniform_cd" // ******* // Dawidoe @@ -840,6 +859,17 @@ usr << "You put on the hood." usr.update_inv_wear_suit() +//Kita + + /obj/item/clothing/suit/storage/seromi/cloak/fluff/kita + name = "Magical Cloak" + desc = "It drapes over a Teshari's shoulders and closes at the neck with pockets convienently placed inside. It bears magical colors." + icon = 'icons/vore/custom_clothes_yw.dmi' + icon_state = "tesh_cloak_kita" + icon_override = 'icons/vore/custom_clothes_yw.dmi' + override = 1 + item_state = "tesh_cloak_kita" + // ******** // lukevale // ******** diff --git a/config/custom_items.txt b/config/custom_items.txt index 5c1d0258a9..bec3a4832e 100644 --- a/config/custom_items.txt +++ b/config/custom_items.txt @@ -67,6 +67,18 @@ character_name: Aurora Goldtail item_path: /obj/item/clothing/glasses/omnihud/prescription/aurora } +{ +ckey: blackangelsace +character_name: Strix Hades +item_path: /obj/item/clothing/suit/storage/seromi/cloak/fluff/strix +} + +{ +ckey: blackangelsace +character_name: Strix Hades +item_path: /obj/item/clothing/under/seromi/undercoat/fluff/strix +} + # ######## C CKEYS { ckey: captmatt4 @@ -103,6 +115,12 @@ ckey: championfire character_name: Ivy Kaeire item_path: /obj/item/weapon/storage/box/fluff/ivy } + +{ +ckey: championfire +character_name: Kita +item_path: /obj/item/clothing/suit/storage/seromi/cloak/fluff/kita +} # ######## D CKEYS { ckey: dawidoe diff --git a/icons/vore/custom_clothes_yw.dmi b/icons/vore/custom_clothes_yw.dmi index ea734d0ca1..446fef70f6 100644 Binary files a/icons/vore/custom_clothes_yw.dmi and b/icons/vore/custom_clothes_yw.dmi differ