Adjust bow!

This commit is contained in:
Casey
2023-07-15 15:56:51 -04:00
committed by CHOMPStation2
parent fa44322203
commit 83be46e61f

View File

@@ -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