From 491bc2380b7fdcf7139dc9f7dfd37991bd78cdf0 Mon Sep 17 00:00:00 2001 From: phil235 Date: Sat, 21 Feb 2015 11:40:58 +0100 Subject: [PATCH] Fixes office chair layer not updating when moving the chair around. --- code/game/objects/structures/stool_bed_chair_nest/chairs.dm | 1 + 1 file changed, 1 insertion(+) 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()