From c50aacee4052be044edf268657af5f702e27b966 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Tue, 12 Apr 2022 02:34:03 +0200 Subject: [PATCH] [MIRROR] Fixes the bench error overlay when you're buckled [MDB IGNORE] (#12700) * Fixes the bench error overlay when you're buckled (#66127) * Fixes the bench error overlay when you're buckled Co-authored-by: GoldenAlpharex <58045821+GoldenAlpharex@users.noreply.github.com> --- code/game/objects/structures/beds_chairs/sofa.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/structures/beds_chairs/sofa.dm b/code/game/objects/structures/beds_chairs/sofa.dm index b4fcb1ee666..4571aad7208 100644 --- a/code/game/objects/structures/beds_chairs/sofa.dm +++ b/code/game/objects/structures/beds_chairs/sofa.dm @@ -8,7 +8,7 @@ /obj/structure/chair/sofa/Initialize(mapload) . = ..() - armrest = mutable_appearance(icon, "[icon_state]_armrest", ABOVE_MOB_LAYER) + armrest = mutable_appearance(initial(icon), "[icon_state]_armrest", ABOVE_MOB_LAYER) armrest.plane = GAME_PLANE_UPPER AddElement(/datum/element/soft_landing)