mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Adjust bow!
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user