From eef12bf2520cc18bc49da7c8896ed44c3e9efef3 Mon Sep 17 00:00:00 2001 From: Mloc-Argent Date: Sun, 21 Jul 2013 15:03:49 +0100 Subject: [PATCH] Fixes #3324. Signed-off-by: Mloc-Argent --- code/game/mecha/equipment/tools/tools.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/game/mecha/equipment/tools/tools.dm b/code/game/mecha/equipment/tools/tools.dm index 81243486139..9ff9c68a5c3 100644 --- a/code/game/mecha/equipment/tools/tools.dm +++ b/code/game/mecha/equipment/tools/tools.dm @@ -20,6 +20,8 @@ action(atom/target) if(!action_checks(target)) return if(!cargo_holder) return + if(istype(target, /obj/structure/stool)) return + if(istype(target,/obj)) var/obj/O = target if(!O.anchored)