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))