diff --git a/code/modules/client/preference_setup/loadout/loadout_head.dm b/code/modules/client/preference_setup/loadout/loadout_head.dm index f5ec7bc1f6a..f2c4f61bfb0 100644 --- a/code/modules/client/preference_setup/loadout/loadout_head.dm +++ b/code/modules/client/preference_setup/loadout/loadout_head.dm @@ -1,6 +1,5 @@ /datum/gear/head display_name = "green boonie hat" - description = "A floppy boonie hat with an attached string." path = /obj/item/clothing/head/bucket/boonie/green slot = slot_head sort_category = "Hats and Headwear" diff --git a/html/changelogs/kyres1-fixing_my_hats.yml b/html/changelogs/kyres1-fixing_my_hats.yml new file mode 100644 index 00000000000..20c1fe57165 --- /dev/null +++ b/html/changelogs/kyres1-fixing_my_hats.yml @@ -0,0 +1,7 @@ +author: kyres1 + + +delete-after: True + +changes: + - bugfix: "Fixed loadout hat descriptions all being boonie hats."