Headgear Additions, and an Undershirt

This commit is contained in:
redstryker
2016-08-31 19:04:21 -04:00
parent cfdf87c8b4
commit d48e7c59cc
7 changed files with 48 additions and 1 deletions

View File

@@ -224,3 +224,27 @@
/datum/gear/head/turban/New()
..()
gear_tweaks = list(gear_tweak_free_color_choice)
/datum/gear/head/beanie
display_name = "beanie"
path = /obj/item/clothing/head/beanie
/datum/gear/head/beanie/New()
..()
gear_tweaks = list(gear_tweak_free_color_choice)
/datum/gear/head/loose_beanie
display_name = "loose beanie"
path = /obj/item/clothing/head/beanie_loose
/datum/gear/head/loose_beanie/New()
..()
gear_tweaks = list(gear_tweak_free_color_choice)
/datum/gear/head/beretg
display_name = "beret"
path = /obj/item/clothing/head/beretg
/datum/gear/head/beretg/New()
..()
gear_tweaks = list(gear_tweak_free_color_choice)