Giant Bow (Also fluff item for verysoft)

This commit is contained in:
Novacat
2023-07-15 15:01:27 -04:00
committed by CHOMPStation2
parent fa44322203
commit e33a9c75a6
4 changed files with 39 additions and 0 deletions

View File

@@ -1311,6 +1311,17 @@
ckeywhitelist = list("verysoft") ckeywhitelist = list("verysoft")
character_name = list("Shine-Runner") character_name = list("Shine-Runner")
/datum/gear/fluff/dessa_hat
path = /obj/item/clothing/head/fluff/giantbow/dessa
display_name = "Dessa's Giant Bow"
slot = slot_head
ckeywhitelist = list("verysoft")
character_name = list("Dessa Ton")
/datum/gear/fluff/dessa_hat/New()
..()
gear_tweaks += gear_tweak_free_color_choice
// W CKEYS // W CKEYS
/datum/gear/fluff/sthasha_bracer /datum/gear/fluff/sthasha_bracer
path = /obj/item/clothing/accessory/bracer/fluff/xander_sthasha path = /obj/item/clothing/accessory/bracer/fluff/xander_sthasha

View File

@@ -406,3 +406,11 @@
"virologist's beret"=/obj/item/clothing/head/beret/medical/viro "virologist's beret"=/obj/item/clothing/head/beret/medical/viro
) )
gear_tweaks += new/datum/gear_tweak/path(sortAssoc(selector_uniforms)) gear_tweaks += new/datum/gear_tweak/path(sortAssoc(selector_uniforms))
/datum/gear/head/giantbow //Public version of Dessa's bow!
display_name = "Giant Bow"
path = /obj/item/clothing/head/fluff/giantbow
/datum/gear/head/giantbow/New()
..()
gear_tweaks += gear_tweak_free_color_choice

View File

@@ -2644,4 +2644,24 @@ Departamental Swimsuits, for general use
icon_override = 'icons/vore/custom_clothes_vr.dmi' icon_override = 'icons/vore/custom_clothes_vr.dmi'
icon_state = "grand_purple_cloak_hat" icon_state = "grand_purple_cloak_hat"
item_state = "grand_purple_cloak_hat_onmob" item_state = "grand_purple_cloak_hat_onmob"
<<<<<<< HEAD
End CHOMP Removal*/ 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 //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"
>>>>>>> 6a4de26c7f... Merge pull request #15144 from Very-Soft/bow

Binary file not shown.

Before

Width:  |  Height:  |  Size: 211 KiB

After

Width:  |  Height:  |  Size: 212 KiB