diff --git a/code/__HELPERS/unsorted.dm b/code/__HELPERS/unsorted.dm index e6ee163408..d470785dad 100644 --- a/code/__HELPERS/unsorted.dm +++ b/code/__HELPERS/unsorted.dm @@ -544,6 +544,7 @@ Turf and target are seperate in case you want to teleport some distance from a t if(current.opacity) return 0 for(var/thing in current) + var/atom/A = thing if(A.opacity) return 0 current = get_step_towards(current, target_turf)