From 16d599c05a39caae47f93fd6ca112c92e9d1e64c Mon Sep 17 00:00:00 2001 From: Unknown Date: Sat, 16 Feb 2019 23:46:26 -0500 Subject: [PATCH] [AI BRANCH] Attempt to fix Active Edge --- code/game/turfs/turf_changing.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/turfs/turf_changing.dm b/code/game/turfs/turf_changing.dm index 5e5d3d9baf..47c0b21635 100644 --- a/code/game/turfs/turf_changing.dm +++ b/code/game/turfs/turf_changing.dm @@ -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