From ad389d11e43bd9239efa6327157c1399db2272d0 Mon Sep 17 00:00:00 2001 From: TalkingCactus Date: Tue, 30 Aug 2016 14:14:12 -0400 Subject: [PATCH] missed a part --- code/__HELPERS/unsorted.dm | 1 + 1 file changed, 1 insertion(+) 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)