[AI BRANCH] Attempt to fix Active Edge

This commit is contained in:
Unknown
2019-02-16 23:46:26 -05:00
parent 6ac6d84660
commit 16d599c05a

View File

@@ -28,7 +28,7 @@
if(N == /turf/space)
var/turf/below = GetBelow(src)
if(istype(below) && !istype(below,/turf/space))
if(istype(below) && (air_master.has_valid_zone(below) || air_master.has_valid_zone(src))) //VOREStation Edit - Polaris change breaks Tether
N = /turf/simulated/open
var/obj/fire/old_fire = fire