diff --git a/code/game/objects/structures/stool_bed_chair_nest/chairs.dm b/code/game/objects/structures/stool_bed_chair_nest/chairs.dm index d73dba16439..d2b38b018f4 100644 --- a/code/game/objects/structures/stool_bed_chair_nest/chairs.dm +++ b/code/game/objects/structures/stool_bed_chair_nest/chairs.dm @@ -41,6 +41,7 @@ dir = buckled_mob.dir return 0 buckled_mob.buckled = src //Restoring + handle_layer() return 1 /obj/structure/stool/bed/chair/proc/handle_layer()