Skip to content

Commit

Permalink
Fixes 'Cropped Dress Shirt, Rolled Up' not having rolled up sleeves. (#…
Browse files Browse the repository at this point in the history
…20560)

The cropped dress shirt (rolled up) had its icon pathed to the
non-rolledup cropped dress shirt. This fixes that.
  • Loading branch information
sadkermit authored Mar 9, 2025
1 parent c5dabb9 commit 677d1ed
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/clothing/under/shirts/shirts.dm
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@
/obj/item/clothing/under/dressshirt/crop/rolled
name = "cropped dress shirt"
desc = "A casual cropped dress shirt. This one has its sleeves rolled up"
icon_state = "dressshirt_crop"
item_state = "dressshirt_crop"
icon_state = "dressshirt_crop_r"
item_state = "dressshirt_crop_r"


/obj/item/clothing/under/dressshirt/asymmetric
Expand Down
6 changes: 6 additions & 0 deletions html/changelogs/kermit-cropshirtrolled-fix.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
author: kermit

delete-after: True

changes:
- bugfix: "Fixed the rolled up cropped dress shirt not having rolled up sleeves."

0 comments on commit 677d1ed

Please sign in to comment.