mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 15:17:01 +01:00
[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:
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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user