diff --git a/code/modules/client/preference_setup/loadout/items/head.dm b/code/modules/client/preference_setup/loadout/items/head.dm index 708f4322f70..e91b534ced4 100644 --- a/code/modules/client/preference_setup/loadout/items/head.dm +++ b/code/modules/client/preference_setup/loadout/items/head.dm @@ -244,6 +244,7 @@ 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, boonie"] = /obj/item/clothing/head/bucket/boonie gear_tweaks += new /datum/gear_tweak/path(hats_colourable) /datum/gear/head/hijab diff --git a/html/changelogs/colourableboonie.yml b/html/changelogs/colourableboonie.yml new file mode 100644 index 00000000000..cc4732c48ef --- /dev/null +++ b/html/changelogs/colourableboonie.yml @@ -0,0 +1,6 @@ +author: Sparky_hotdog + +delete-after: True + +changes: + - rscadd: "Added the colourable boonie hat to the colourable hat loadout selection."