diff --git a/code/game/objects/structures/coathanger.dm b/code/game/objects/structures/coathanger.dm index 86dc703e9d3..45be4995b70 100644 --- a/code/game/objects/structures/coathanger.dm +++ b/code/game/objects/structures/coathanger.dm @@ -5,7 +5,7 @@ icon_state = "coatrack0" var/obj/item/clothing/suit/coat var/list/allowed = list(/obj/item/clothing/suit/storage/toggle/labcoat, /obj/item/clothing/suit/storage/toggle/det_trench, - /obj/item/clothing/suit/storage/forensics, /obj/item/clothing/suit/storage/toggle/trench) + /obj/item/clothing/suit/storage/forensics, /obj/item/clothing/suit/storage/toggle/trench, /obj/item/clothing/suit/storage/hooded/wintercoat) /obj/structure/coatrack/attack_hand(mob/user as mob) if (!ishuman(user)) diff --git a/html/changelogs/flpfs-fix-coathanger.yml b/html/changelogs/flpfs-fix-coathanger.yml new file mode 100644 index 00000000000..db01b05177b --- /dev/null +++ b/html/changelogs/flpfs-fix-coathanger.yml @@ -0,0 +1,13 @@ +# Your name. +author: Flpfs + +# 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, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries. +# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog. +changes: + - bugfix: "Winter coats can now be hanged in the coat hanger."