mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 20:43:10 +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
|
||||
|
||||
@@ -178,9 +178,16 @@
|
||||
/obj/item/clothing/head/flatcap
|
||||
name = "flat cap"
|
||||
desc = "A working man's hat."
|
||||
icon = 'icons/contained_items/clothing/hats/flat_cap.dmi'
|
||||
icon_state = "flat_cap"
|
||||
item_state = "flat_cap"
|
||||
contained_sprite = TRUE
|
||||
siemens_coefficient = 0.9
|
||||
|
||||
/obj/item/clothing/head/flatcap/colourable
|
||||
icon_state = "flat_cap_greyscale"
|
||||
item_state = "flat_cap_greyscale"
|
||||
|
||||
/obj/item/clothing/head/pirate
|
||||
name = "pirate hat"
|
||||
desc = "Yarr."
|
||||
|
||||
Reference in New Issue
Block a user