Skip to content

Commit

Permalink
Fixes invisible cloaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Doxxmedearly committed Jul 30, 2023
1 parent 251c64c commit a50172e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
11 changes: 10 additions & 1 deletion code/modules/clothing/under/accessories/accessory.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down
4 changes: 4 additions & 0 deletions html/changelogs/doxxmedearly-fix_invis_cloaks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
author: Doxxmedearly
delete-after: True
changes:
- bugfix: "Cloaks have their sprites again."

0 comments on commit a50172e

Please sign in to comment.