From f5d3b92a70479357c8ab99a2c7bc3504e8e30f7f Mon Sep 17 00:00:00 2001 From: SteelSlayer Date: Mon, 9 Sep 2019 20:08:34 -0400 Subject: [PATCH] move_resist == INFINITY --- code/game/mecha/equipment/tools/other_tools.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/mecha/equipment/tools/other_tools.dm b/code/game/mecha/equipment/tools/other_tools.dm index 5944ac9f536..e5d00901849 100644 --- a/code/game/mecha/equipment/tools/other_tools.dm +++ b/code/game/mecha/equipment/tools/other_tools.dm @@ -119,7 +119,7 @@ atoms = orange(3, target) for(var/atom/movable/A in atoms) if(A.anchored) continue - if(isobserver(A)) continue + if(A.move_resist == INFINITY) continue spawn(0) var/iter = 5-get_dist(A,target) for(var/i=0 to iter)