mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Flat Cap Changes and Hair Bow
This commit is contained in:
@@ -251,4 +251,20 @@
|
||||
|
||||
/datum/gear/head/sombrero
|
||||
display_name = "sombrero"
|
||||
path = /obj/item/clothing/head/sombrero
|
||||
path = /obj/item/clothing/head/sombrero
|
||||
|
||||
/datum/gear/head/flatcapg
|
||||
display_name = "flat cap"
|
||||
path = /obj/item/clothing/head/flatcap/grey
|
||||
|
||||
/datum/gear/head/flatcapg/New()
|
||||
..()
|
||||
gear_tweaks = list(gear_tweak_free_color_choice)
|
||||
|
||||
/datum/gear/head/bow
|
||||
display_name = "hair bow"
|
||||
path = /obj/item/clothing/head/hairflower/bow
|
||||
|
||||
/datum/gear/head/bow/New()
|
||||
..()
|
||||
gear_tweaks = list(gear_tweak_free_color_choice)
|
||||
Reference in New Issue
Block a user