Tweaks the Flat Cap (#14666)

This commit is contained in:
SleepyGemmy
2022-08-22 20:35:15 +02:00
committed by GitHub
parent 379d1530c2
commit 2793f87d1a
8 changed files with 27 additions and 0 deletions
@@ -200,6 +200,18 @@
hats["hat, flatcap"] = /obj/item/clothing/head/flatcap
gear_tweaks += new /datum/gear_tweak/path(hats)
/datum/gear/head/hats_colourable
display_name = "hat selection (colourable)"
description = "A selection of hats."
path = /obj/item/clothing/head/flatcap/colourable
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION | GEAR_HAS_COLOR_SELECTION
/datum/gear/head/hats_colourable/New()
..()
var/list/hats_colourable = list()
hats_colourable["hat, flatcap"] = /obj/item/clothing/head/flatcap/colourable
gear_tweaks += new /datum/gear_tweak/path(hats_colourable)
/datum/gear/head/hijab
display_name = "hijab selection"
path = /obj/item/clothing/head/hijab