budgs loadout bloat - 6 new headwear (#19490)

+Added colourable slouch hat, found in colourable hat selection.
+Added colourable sun visor, found in colourable hat selection.
+Added colourable paperboy cap, found in colourable hat selection.
+Added colourable legionnaire cap, found in colourable hat selection.
+Added colourable artist beret, found in loadout.
+Added colourable tight beanie, found in loadout, hides hair.

-Moved TCFL softcap from 'softcap selection' to 'tcfl hat selection'.

All sprites made by me.
This commit is contained in:
BulletBudgie
2024-06-26 10:42:47 +00:00
committed by GitHub
parent af359ab854
commit 729c8252fe
7 changed files with 107 additions and 1 deletions
@@ -64,7 +64,6 @@
softcaps["softcap, operations"] = /obj/item/clothing/head/softcap/cargo
softcaps["softcap, mining"] = /obj/item/clothing/head/softcap/miner
softcaps["softcap, janitor"] = /obj/item/clothing/head/softcap/custodian
softcaps["softcap, tcfl"] = /obj/item/clothing/head/softcap/tcfl
gear_tweaks += new /datum/gear_tweak/path(softcaps)
@@ -244,7 +243,12 @@
hats_colourable["hat, sun hat with band"] = /obj/item/clothing/head/wide_hat/alt
hats_colourable["hat, wide pointed"] = /obj/item/clothing/head/wide_hat/pointed
hats_colourable["hat, wide pointed with band"] = /obj/item/clothing/head/wide_hat/pointed/alt
hats_colourable["hat, slouch"] = /obj/item/clothing/head/slouch
hats_colourable["hat, sun visor"] = /obj/item/clothing/head/sun_visor
hats_colourable["hat, newsboy"] = /obj/item/clothing/head/newsboy
hats_colourable["hat, legionnaire"] = /obj/item/clothing/head/legionnaire
hats_colourable["hat, boonie"] = /obj/item/clothing/head/bucket/boonie
gear_tweaks += new /datum/gear_tweak/path(hats_colourable)
/datum/gear/head/hijab
@@ -326,6 +330,11 @@
path = /obj/item/clothing/head/beanie
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION | GEAR_HAS_COLOR_SELECTION
/datum/gear/head/tight_beanie
display_name = "tight beanie"
path = /obj/item/clothing/head/tight_beanie
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION | GEAR_HAS_COLOR_SELECTION
/datum/gear/head/beanie_alt
display_name = "winter beanie"
path = /obj/item/clothing/head/beanie/winter
@@ -385,6 +394,7 @@
var/list/tcfl = list()
tcfl["tcfl beret, dress"] = /obj/item/clothing/head/beret/legion
tcfl["tcfl beret, field"] = /obj/item/clothing/head/beret/legion/field
tcfl["tcfl softcap"] = /obj/item/clothing/head/softcap/tcfl
gear_tweaks += new /datum/gear_tweak/path(tcfl)
/datum/gear/head/padded_cap
@@ -485,6 +495,10 @@
path = /obj/item/clothing/head/ushanka/nyakas
flags = GEAR_HAS_DESC_SELECTION | GEAR_HAS_COLOR_SELECTION
/datum/gear/head/artistberet
display_name = "artist beret"
path = /obj/item/clothing/head/beret/artist/colourable
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION | GEAR_HAS_COLOR_SELECTION
/*
Block Hair Adjustment
*/