From dc1157a025ce507e9b60c424cbc5b33a78343f9f Mon Sep 17 00:00:00 2001 From: SmArtKar <44720187+SmArtKar@users.noreply.github.com> Date: Tue, 6 May 2025 08:43:08 +0200 Subject: [PATCH] Fixes the error overlay caused by the Tress Shoulder hairstyle (#90892) ## About The Pull Request - Closes #90868 ## Changelog :cl: fix: Fixed the error overlay caused by the Tress Shoulder hairstyle /:cl: --- code/datums/sprite_accessories.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/sprite_accessories.dm b/code/datums/sprite_accessories.dm index 2c70196ab22..c491ab197c2 100644 --- a/code/datums/sprite_accessories.dm +++ b/code/datums/sprite_accessories.dm @@ -908,7 +908,7 @@ GLOBAL_LIST_EMPTY(blended_hair_icons_cache) name = "Tress Shoulder" icon_state = "hair_tressshoulder" hair_appendages_inner = list("hair_tressshoulder_a1" = HAIR_APPENDAGE_HANGING_FRONT) - hair_appendages_outer = list("hair_tressshoulder_a10" = HAIR_APPENDAGE_HANGING_FRONT) + hair_appendages_outer = list("hair_tressshoulder_a1o" = HAIR_APPENDAGE_HANGING_FRONT) /datum/sprite_accessory/hair/trimmed name = "Trimmed"