mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
move_resist == INFINITY
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user