diff --git a/code/modules/vore/fluffstuff/custom_clothes_vr.dm b/code/modules/vore/fluffstuff/custom_clothes_vr.dm index 97b5c3534b..d8a551e732 100644 --- a/code/modules/vore/fluffstuff/custom_clothes_vr.dm +++ b/code/modules/vore/fluffstuff/custom_clothes_vr.dm @@ -818,6 +818,18 @@ icon_override = 'icons/vore/custom_clothes_vr.dmi' item_state = "bowler_mob" +//jemli:Jemli +/obj/item/clothing/head/fedora/fluff/jemli + name = "Cavalier Hat" + desc = "A smart, wide-brimmed hat with a rather fetching red feather in the brim. All for one, one for all." + + icon = 'icons/vore/custom_clothes_vr.dmi' + icon_state = "jemli_hat" + + icon_override = 'icons/vore/custom_clothes_vr.dmi' + item_state = "jemli_hat_mob" + + //bwoincognito:Octavious Ward /obj/item/clothing/mask/gas/plaguedoctor/fluff/octaviousmask name = "Customized Gas Mask" diff --git a/config/custom_items.txt b/config/custom_items.txt index 10a18f03fa..22b973562e 100644 --- a/config/custom_items.txt +++ b/config/custom_items.txt @@ -175,10 +175,16 @@ item_path: /obj/item/clothing/head/fluff/hairflowerpin { ckey: jemli -character_name: Cirra Songbreeze +character_name: Cirra Mayhem item_path: /obj/item/weapon/storage/box/fluff/cirra } +{ +ckey: jemli +character_name: Jemli +item_path: /obj/item/clothing/head/fedora/fluff/jemli +} + { ckey: jertheace character_name: Jeremiah 'Ace' Acacius diff --git a/icons/vore/custom_clothes_vr.dmi b/icons/vore/custom_clothes_vr.dmi index e922434329..1c7d0cdd66 100644 Binary files a/icons/vore/custom_clothes_vr.dmi and b/icons/vore/custom_clothes_vr.dmi differ