diff --git a/code/modules/clothing/under/accessories/accessory.dm b/code/modules/clothing/under/accessories/accessory.dm index 511b2ab29a9..269b656d4e0 100644 --- a/code/modules/clothing/under/accessories/accessory.dm +++ b/code/modules/clothing/under/accessories/accessory.dm @@ -591,8 +591,11 @@ /obj/item/clothing/accessory/poncho/roles/cloak name = "quartermaster's cloak" desc = "An elaborate brown and gold cloak." + icon = 'icons/obj/clothing/ties.dmi' + icon_override = 'icons/mob/ties.dmi' icon_state = "qmcloak" item_state = "qmcloak" + contained_sprite = FALSE body_parts_covered = null /obj/item/clothing/accessory/poncho/roles/cloak/ce @@ -689,9 +692,12 @@ name = "shoulder cape" desc = "A simple shoulder cape." desc_extended = "In Skrellian tradition, the length of cape typically signifies experience in various fields." + icon = 'icons/obj/clothing/ties.dmi' + icon_override = 'icons/mob/ties.dmi' icon_state = "starcape" item_state = "starcape" - flippable = 1 + flippable = TRUE + contained_sprite = FALSE /obj/item/clothing/accessory/poncho/shouldercape/star name = "star cape" @@ -764,9 +770,12 @@ /obj/item/clothing/accessory/poncho/trinary name = "trinary perfection cape" desc = "A brilliant red and brown cape, commonly worn by those who serve the Trinary Perfection." + icon = 'icons/obj/clothing/ties.dmi' + icon_override = 'icons/mob/ties.dmi' icon_state = "trinary_cape" item_state = "trinary_cape" overlay_state = "trinary_cape" + contained_sprite = FALSE /obj/item/clothing/accessory/poncho/trinary/pellegrina name = "trinary perfection pellegrina" diff --git a/html/changelogs/doxxmedearly-fix_invis_cloaks.yml b/html/changelogs/doxxmedearly-fix_invis_cloaks.yml new file mode 100644 index 00000000000..72428600b65 --- /dev/null +++ b/html/changelogs/doxxmedearly-fix_invis_cloaks.yml @@ -0,0 +1,4 @@ +author: Doxxmedearly +delete-after: True +changes: + - bugfix: "Cloaks have their sprites again."