diff --git a/code/LINDA/LINDA_system.dm b/code/LINDA/LINDA_system.dm index c895bfe094f..c9d168a0159 100644 --- a/code/LINDA/LINDA_system.dm +++ b/code/LINDA/LINDA_system.dm @@ -64,7 +64,7 @@ turf/CanPass(atom/movable/mover, turf/target, height=1.5) atmos_adjacent_turfs_amount = 0 for(var/direction in cardinal) var/turf/T = get_step(src, direction) - if(!issimulatedturf(T)) + if(!istype(T)) continue var/counterdir = get_dir(T, src) if(CanAtmosPass(T))