fixes sofa overlays doing jackshit, because their layer wasn't properly set.

This commit is contained in:
Ghommie
2019-12-04 06:26:11 +01:00
parent 31af038c27
commit dc91114e8b
@@ -499,6 +499,7 @@
/obj/structure/chair/sofa/Initialize()
armrest = mutable_appearance(icon, "[icon_state]_armrest")
armrest.layer = ABOVE_MOB_LAYER
return ..()
/obj/structure/chair/sofa/post_buckle_mob(mob/living/M)