From a3ec899dfd3c2aa84c18c1da5730e963484b9289 Mon Sep 17 00:00:00 2001 From: Sirryan2002 <80364400+Sirryan2002@users.noreply.github.com> Date: Sat, 9 Jul 2022 02:22:33 -0400 Subject: [PATCH] logic fix (#18288) --- code/game/objects/structures/stool_bed_chair_nest/chairs.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 61e07237489..857b772000b 100644 --- a/code/game/objects/structures/stool_bed_chair_nest/chairs.dm +++ b/code/game/objects/structures/stool_bed_chair_nest/chairs.dm @@ -134,11 +134,11 @@ handle_rotation() /obj/structure/chair/AltClick(mob/user) + if(!Adjacent(user)) + return if(user.incapacitated()) to_chat(user, "You can't do that right now!") return - if(!Adjacent(user)) - return rotate() // Chair types