mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-15 00:53:23 +01:00
Switch back to istype
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user