diff --git a/code/modules/vore/fluffstuff/custom_clothes_vr.dm b/code/modules/vore/fluffstuff/custom_clothes_vr.dm index c903dec636..e8151dacf5 100644 --- a/code/modules/vore/fluffstuff/custom_clothes_vr.dm +++ b/code/modules/vore/fluffstuff/custom_clothes_vr.dm @@ -1797,3 +1797,14 @@ Departamental Swimsuits, for general use else H << "This suit is not designed for you." return 0 + +//Zigfe:Zaoozaoo Xrimxuqmqixzix +/obj/item/clothing/head/fluff/zao + name = "Zao's Hat" + desc = "A black hat that has an uncanny similarity to the HoS's hat. There's a small letter Z sewn on the inside of the brim. + + icon = 'icons/vore/custom_clothes_vr.dmi' + icon_state = "zao_cap" + + icon_override = 'icons/vore/custom_clothes_vr.dmi' + item_state = "zao_cap_mob" \ No newline at end of file diff --git a/config/custom_items.txt b/config/custom_items.txt index a81ee5bd5e..46fed9918f 100644 --- a/config/custom_items.txt +++ b/config/custom_items.txt @@ -936,6 +936,12 @@ character_name: Zeke Arachi item_path: /obj/item/clothing/head/fluff/xeno } +{ +ckey: Zigfe +character_name: Zaoozaoo Xrimxuqmqixzix +item_path: /obj/item/clothing/head/fluff/zao +} + { ckey: zodiacshadow character_name: Nehi Maximus diff --git a/icons/vore/custom_clothes_vr.dmi b/icons/vore/custom_clothes_vr.dmi index 5cd12ac238..cdd0e8fa93 100644 Binary files a/icons/vore/custom_clothes_vr.dmi and b/icons/vore/custom_clothes_vr.dmi differ