mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 19:47:47 +01:00
Giant bow
It's a giant bow, you can equip it on your head or on your ear I made this mostly as a fluff item for me, because of my character's ears, but I included a public version that anyone can use!
This commit is contained in:
@@ -1427,6 +1427,17 @@
|
||||
ckeywhitelist = list("verysoft")
|
||||
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
|
||||
/datum/gear/fluff/sthasha_bracer
|
||||
path = /obj/item/clothing/accessory/bracer/fluff/xander_sthasha
|
||||
|
||||
@@ -406,3 +406,11 @@
|
||||
"virologist's beret"=/obj/item/clothing/head/beret/medical/viro
|
||||
)
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user