diff --git a/code/modules/vore/fluffstuff/custom_clothes_vr.dm b/code/modules/vore/fluffstuff/custom_clothes_vr.dm index 1b8fa27e9f..c6c0343e6f 100644 --- a/code/modules/vore/fluffstuff/custom_clothes_vr.dm +++ b/code/modules/vore/fluffstuff/custom_clothes_vr.dm @@ -1003,6 +1003,14 @@ body_parts_covered = UPPER_TORSO|LOWER_TORSO|ARMS allowed = list (/obj/item/weapon/material/knife) +//KiwiDaNinja: Chakat Taiga +/obj/item/clothing/under/fluff/taiga + name = "Taiga's F.D Uniform" + desc = "This uniform - consisting of only the uniform shirt, and built out of a soft fleece - dons the badge of Amistad Fire and Rescuse on both shoulders. The badges denote the wearer as a FF/Paramedic, and their name is embroidered in a gold thread on their right breast; Chakat Taiga! An 'official' badge is pinned to their left breast." //A walking advertisement? + icon = 'icons/vore/custom_clothes_vr.dmi' + icon_override = 'icons/vore/custom_clothes_vr.dmi' + item_state = "taigaff_on" + icon_state = "taigaff" //Went ahead and made the det_corporate sprite fit. /* Departamental Swimsuits, for general use */ diff --git a/config/custom_items.txt b/config/custom_items.txt index eb082f9d75..a46072455f 100644 --- a/config/custom_items.txt +++ b/config/custom_items.txt @@ -301,6 +301,12 @@ character_name: Lassara Faaira'Nrezi item_path: /obj/item/clothing/accessory/storage/knifeharness } +{ +ckey: KiwiDaNinja +character_name: Chakat Taiga +item_path: /obj/item/clothing/under/fluff/taiga +} + { ckey: kligor character_name: Andy Gettemy diff --git a/icons/vore/custom_clothes_vr.dmi b/icons/vore/custom_clothes_vr.dmi index bc7519493e..6c5ec35ab8 100644 Binary files a/icons/vore/custom_clothes_vr.dmi and b/icons/vore/custom_clothes_vr.dmi differ