From 9ae74156f62ff689883d34ff5034800aa6d30087 Mon Sep 17 00:00:00 2001 From: Sparky Date: Sat, 8 Jun 2024 17:47:16 +0100 Subject: [PATCH] Colourable Boonie Hats (#19305) This was already in the code, just not in the loadout. --- code/modules/client/preference_setup/loadout/items/head.dm | 1 + html/changelogs/colourableboonie.yml | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 html/changelogs/colourableboonie.yml 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."