From acb4a01b9dd052f36678b752db107b5b6bf45b7f Mon Sep 17 00:00:00 2001 From: Segrain Date: Fri, 23 Aug 2013 10:42:29 +0300 Subject: [PATCH] Compile fix. --- code/game/mecha/equipment/tools/tools.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/mecha/equipment/tools/tools.dm b/code/game/mecha/equipment/tools/tools.dm index 69f88c9c932..a7936f15643 100644 --- a/code/game/mecha/equipment/tools/tools.dm +++ b/code/game/mecha/equipment/tools/tools.dm @@ -22,7 +22,7 @@ if(!cargo_holder) return if(istype(target, /obj/structure/stool)) return for(var/M in target.contents) - if(istype(M, /mob/living) + if(istype(M, /mob/living)) return if(istype(target,/obj))