From e1abe58da7e63ac5313fcf0709ed024601962d8c Mon Sep 17 00:00:00 2001 From: Sam Date: Fri, 24 Feb 2017 20:09:17 +0000 Subject: [PATCH] Fixes indentation --- .../objects/structures/stool_bed_chair_nest/chairs.dm | 10 +++++----- 1 file changed, 5 insertions(+), 5 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 5e63ad7eb53..d797454b053 100644 --- a/code/game/objects/structures/stool_bed_chair_nest/chairs.dm +++ b/code/game/objects/structures/stool_bed_chair_nest/chairs.dm @@ -64,13 +64,13 @@ handle_rotation() return - if(usr.incapacitated()) - return - - setDir(turn(dir, 90)) - handle_rotation() + if(usr.incapacitated()) return + setDir(turn(dir, 90)) + handle_rotation() + return + /obj/structure/stool/bed/chair/AltClick(mob/user) if(user.incapacitated()) to_chat(user, "You can't do that right now!")