Merge pull request #4772 from Novacat/nova-aicompile

[AI BRANCH] Attempt to fix Active Edge
This commit is contained in:
Spades
2019-02-17 00:21:50 -05:00
committed by GitHub
+1 -1
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