From 83e616d8d86a93ba47f3394c53c801fdcf88caf9 Mon Sep 17 00:00:00 2001 From: Sam Date: Sat, 25 Feb 2017 09:08:41 +0000 Subject: [PATCH] Removes a superfluous return Hopefully the final change.. --- code/game/objects/structures/stool_bed_chair_nest/chairs.dm | 1 - 1 file changed, 1 deletion(-) 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 d797454b053..301cf1c2053 100644 --- a/code/game/objects/structures/stool_bed_chair_nest/chairs.dm +++ b/code/game/objects/structures/stool_bed_chair_nest/chairs.dm @@ -69,7 +69,6 @@ setDir(turn(dir, 90)) handle_rotation() - return /obj/structure/stool/bed/chair/AltClick(mob/user) if(user.incapacitated())