Head Item Additions and Changes

This commit is contained in:
redstryker
2016-11-21 17:00:23 -05:00
parent e93095bbda
commit 469082aa59
7 changed files with 63 additions and 0 deletions
@@ -154,6 +154,14 @@
display_name = "hair flower pin, orange"
path = /obj/item/clothing/head/hairflower/orange
/datum/gear/head/hairflower/white
display_name = "hair flower pin"
path = /obj/item/clothing/head/hairflower/white
/datum/gear/head/hairflower/white/New()
..()
gear_tweaks = list(gear_tweak_free_color_choice)
/datum/gear/head/hardhat
display_name = "hardhat, yellow"
path = /obj/item/clothing/head/hardhat
@@ -233,6 +241,14 @@
..()
gear_tweaks = list(gear_tweak_free_color_choice)
/datum/gear/head/taqiyah
display_name = "taqiyah"
path = /obj/item/clothing/head/taqiyah
/datum/gear/head/taqiyah/New()
..()
gear_tweaks = list(gear_tweak_free_color_choice)
/datum/gear/head/beanie
display_name = "beanie"
path = /obj/item/clothing/head/beanie