Woolen hat sprite uplift (#21464)

Yeah I don't really have anything special to say about this one
> - imageadd: "Resprited woolen hats."
> - imageadd: "The colorable woolen hat now has an accent color."
> - rscadd: "An uncolorable, generic woolen hat has been added to the
loadout."

I trust you will be able to tell which one is the new sprite.

<img width="2049" height="1025" alt="woolen"
src="https://github.com/user-attachments/assets/462c765d-ed1c-4c52-a0c7-cdaf96c138e8"
/>
This commit is contained in:
ElorgRHG
2025-10-31 10:39:50 +01:00
committed by GitHub
parent 8bc317a5c9
commit 964738d7b3
4 changed files with 22 additions and 1 deletions
@@ -256,6 +256,7 @@
hats["hat, beaver"] = /obj/item/clothing/head/beaverhat
hats["hat, sombrero"] = /obj/item/clothing/head/sombrero
hats["hat, bear pelt"] = /obj/item/clothing/head/bearpelt
hats["hat, woolen"] = /obj/item/clothing/head/wool
gear_tweaks += new /datum/gear_tweak/path(hats)
/datum/gear/head/hats_colourable
@@ -269,7 +270,7 @@
var/list/hats_colourable = list()
hats_colourable["hat, flatcap"] = /obj/item/clothing/head/flatcap/colourable
hats_colourable["hat, feather trilby"] = /obj/item/clothing/head/feathertrilby
hats_colourable["hat, woolen"] = /obj/item/clothing/head/wool
hats_colourable["hat, woolen"] = /obj/item/clothing/head/wool/colorable
hats_colourable["hat, fedora"] = /obj/item/clothing/head/fedora
hats_colourable["hat, top hat"] = /obj/item/clothing/head/top_hat
hats_colourable["hat, cowboy"] = /obj/item/clothing/head/cowboy