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
+7
View File
@@ -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."