[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>
This commit is contained in:
SkyratBot
2022-04-12 01:34:03 +01:00
committed by GitHub
co-authored by GoldenAlpharex
parent 9efc854cbe
commit c50aacee40
@@ -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)