mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-21 21:10:30 +01:00
Tweaks the Flat Cap (#14666)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user