From eb134e92d9d941fad4a9c8f6d762e5a8b6f55d77 Mon Sep 17 00:00:00 2001 From: Robertha89 Date: Sat, 24 Oct 2015 18:21:35 +0200 Subject: [PATCH] Can pick up mobs in closets --- code/game/mecha/equipment/tools/tools.dm | 3 --- 1 file changed, 3 deletions(-) diff --git a/code/game/mecha/equipment/tools/tools.dm b/code/game/mecha/equipment/tools/tools.dm index bed4da6fe2f..12a64dc01bb 100644 --- a/code/game/mecha/equipment/tools/tools.dm +++ b/code/game/mecha/equipment/tools/tools.dm @@ -21,9 +21,6 @@ if(!action_checks(target)) return if(!cargo_holder) return if(istype(target, /obj/structure/stool)) return - for(var/M in target.contents) - if(istype(M, /mob/living)) - return if(istype(target,/obj)) var/obj/O = target