diff --git a/code/modules/vore/fluffstuff/custom_clothes_vr.dm b/code/modules/vore/fluffstuff/custom_clothes_vr.dm index 887f892ad1..0e08147aca 100644 --- a/code/modules/vore/fluffstuff/custom_clothes_vr.dm +++ b/code/modules/vore/fluffstuff/custom_clothes_vr.dm @@ -2644,4 +2644,32 @@ Departamental Swimsuits, for general use icon_override = 'icons/vore/custom_clothes_vr.dmi' icon_state = "grand_purple_cloak_hat" item_state = "grand_purple_cloak_hat_onmob" +<<<<<<< HEAD End CHOMP Removal*/ +======= + +//verysoft:Dessa Ton +/obj/item/clothing/head/fluff/giantbow/dessa + desc = "It's a huge bow! So pretty! This one is fitted specially for Dessa's rediculously large ears." + icon_override = 'icons/vore/custom_clothes_vr.dmi' + item_state = "dessabow_mob" + +/obj/item/clothing/head/fluff/giantbow/dessa/attack_hand(mob/user) + + if(user.real_name == "Dessa Ton") + item_state = "dessabow_mob" + else + item_state = "giantbow_mob" + ..() + +/obj/item/clothing/head/fluff/giantbow //Public version + name = "Giant Bow" + desc = "It's a huge bow! So pretty!" + slot_flags = SLOT_HEAD | SLOT_EARS + + icon = 'icons/vore/custom_clothes_vr.dmi' + icon_state = "dessabow" + + icon_override = 'icons/vore/custom_clothes_vr.dmi' + item_state = "giantbow_mob" +>>>>>>> 3de110e42a... Merge pull request #15145 from Very-Soft/bow