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
@@ -6,6 +6,11 @@
item_state = "hat"
contained_sprite = TRUE
/obj/item/clothing/head/wool/colorable
icon_state = "hat_colorable"
item_state = "hat_colorable"
has_accents = TRUE
/obj/item/clothing/head/wool/idris
name = "idris woolen hat"
desc = "A warm woolen hat in Idris Incorporated colors. Have an Idris (and warm) day!"
@@ -0,0 +1,15 @@
# Your name.
author: ElorgRHG
# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again.
delete-after: True
# Any changes you've made. See valid prefix list above.
# INDENT WITH TWO SPACES. NOT TABS. SPACES.
# SCREW THIS UP AND IT WON'T WORK.
# Also, this gets changed to [] after reading. Just remove the brackets when you add new shit.
# Please surround your changes in double quotes ("). It works without them, but if you use certain characters it screws up compiling. The quotes will not show up in the changelog.
changes:
- 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."
Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 5.1 KiB