From 1c0b875f34ef9c8d029ebaa8cf2ebda55897451c Mon Sep 17 00:00:00 2001 From: Bloop <13398309+vinylspiders@users.noreply.github.com> Date: Mon, 15 Jun 2026 15:56:35 -0400 Subject: [PATCH] [no gbp] Small socks fix (#96512) ## About The Pull Request This was supposed to be icon_state_to_use ## Changelog Not player-facing --- code/datums/sprite_accessories/clothing.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/sprite_accessories/clothing.dm b/code/datums/sprite_accessories/clothing.dm index a2ab967b701..2b23cd411a8 100644 --- a/code/datums/sprite_accessories/clothing.dm +++ b/code/datums/sprite_accessories/clothing.dm @@ -50,7 +50,7 @@ result = mutable_appearance(created) else // no caching necessary - result = mutable_appearance(icon, icon_state) + result = mutable_appearance(icon, icon_state_to_use) result.layer = -layer result.color = use_static ? null : color