diff --git a/code/modules/vore/fluffstuff/custom_clothes_vr.dm b/code/modules/vore/fluffstuff/custom_clothes_vr.dm index 5dfb9bfec81..dfa69659788 100644 --- a/code/modules/vore/fluffstuff/custom_clothes_vr.dm +++ b/code/modules/vore/fluffstuff/custom_clothes_vr.dm @@ -1782,4 +1782,20 @@ Departamental Swimsuits, for general use icon_state = "zao_cap" icon_override = 'icons/vore/custom_clothes_vr.dmi' - item_state = "zao_cap_mob" \ No newline at end of file + item_state = "zao_cap_mob" + +//Nepox:Annie Rose +/obj/item/clothing/accessory/sweater/fluff/annie + name = "Lazy Annie's Lazy Sweater" + desc = "A cozy sweater that's probably far too long for it's owner. She's too lazy to care though." + + icon = 'icons/vore/custom_clothes_vr.dmi' + icon_state = "sweater_annie" + + icon_override = 'icons/vore/custom_clothes_vr.dmi' + item_state = "sweater_annie" + + slot_flags = SLOT_OCLOTHING | SLOT_TIE + body_parts_covered = UPPER_TORSO|LOWER_TORSO|ARMS + w_class = ITEMSIZE_NORMAL + slot = ACCESSORY_SLOT_OVER diff --git a/config/custom_items.txt b/config/custom_items.txt index 88cf8e716d9..5c7bf1b9af9 100644 --- a/config/custom_items.txt +++ b/config/custom_items.txt @@ -613,6 +613,12 @@ character_name: Pumila item_path: /obj/item/weapon/implanter/reagent_generator/pumila_apple } +{ +ckey: nepox +character_name: Annie Rose +item_path: /obj/item/clothing/accessory/sweater/fluff/annie +} + # ######## O CKEYS { ckey: orbisa diff --git a/icons/vore/custom_clothes_vr.dmi b/icons/vore/custom_clothes_vr.dmi index cdd0e8fa939..bd68e5fc27c 100644 Binary files a/icons/vore/custom_clothes_vr.dmi and b/icons/vore/custom_clothes_vr.dmi differ