Skip to content

Commit a3f6d00

Browse files
authored
Accessory Sweater Fix (#7063)
1 parent 1f8135e commit a3f6d00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

code/modules/clothing/under/accessories/clothing.dm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -542,12 +542,12 @@
542542
/obj/item/clothing/accessory/sweater/cropped
543543
name = "Cropped Sweater Male"
544544
desc = "A comfy, warm sweater that has been slashed at the midriff, making it hardly warm or comfy, but quite rousing."
545-
icon_state = "sweater_cropped_f"
545+
icon_state = "sweater_cropped_m"
546546

547547
/obj/item/clothing/accessory/sweater/cropped/female
548548
name = "Cropped Sweater Female"
549549
desc = "A comfy, warm sweater that has been slashed at the midriff, making it hardly warm or comfy, but quite rousing. Comes with extra chest space."
550-
icon_state = "sweater_cropped_m"
550+
icon_state = "sweater_cropped_f"
551551

552552
/obj/item/clothing/accessory/sweater/star
553553
name = "Star Sweater"

0 commit comments

Comments
 (0)