diff --git a/code/modules/clothing/suits/hoodies.dm b/code/modules/clothing/suits/hoodies.dm index 3638a6aaadb..80ccb995bb8 100644 --- a/code/modules/clothing/suits/hoodies.dm +++ b/code/modules/clothing/suits/hoodies.dm @@ -38,7 +38,7 @@ /obj/item/clothing/suit/storage/hooded/wintercoat name = "winter coat" desc = "A heavy jacket made from animal furs." - icon = 'icons/obj/clothing/hoodies.dmi' + icon = 'icons/obj/item/clothing/suit/storage/toggle/hoodies.dmi' icon_state = "coatwinter" item_state = "coatwinter" contained_sprite = TRUE @@ -54,7 +54,7 @@ /obj/item/clothing/head/winterhood name = "winter hood" desc = "A hood attached to a heavy winter jacket." - icon = 'icons/obj/clothing/hoodies.dmi' + icon = 'icons/obj/item/clothing/suit/storage/toggle/hoodies.dmi' icon_state = "coatwinter_hood" contained_sprite = TRUE body_parts_covered = HEAD diff --git a/html/changelogs/ElorgRHG-winter-coat-tweaks.yml b/html/changelogs/ElorgRHG-winter-coat-tweaks.yml new file mode 100644 index 00000000000..458dc9b9118 --- /dev/null +++ b/html/changelogs/ElorgRHG-winter-coat-tweaks.yml @@ -0,0 +1,14 @@ +# Your name. +author: ElorgRHG + +# 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, this gets changed to [] after reading. Just remove the brackets when you add new shit. +# Please surround your changes in double quotes ("). It works without them, but if you use certain characters it screws up compiling. The quotes will not show up in the changelog. +changes: + - imageadd: "Fixes an inconsistency on the north-facing sprites of every winter coat. " + - imageadd: "Changed the palette on the colorable winter coats. " diff --git a/icons/obj/clothing/hoodies.dmi b/icons/obj/clothing/hoodies.dmi deleted file mode 100644 index f76234e85ff..00000000000 Binary files a/icons/obj/clothing/hoodies.dmi and /dev/null differ diff --git a/icons/obj/item/clothing/suit/storage/toggle/hoodies.dmi b/icons/obj/item/clothing/suit/storage/toggle/hoodies.dmi new file mode 100644 index 00000000000..53bd3c5aa22 Binary files /dev/null and b/icons/obj/item/clothing/suit/storage/toggle/hoodies.dmi differ