Merge pull request #5530 from Anewbe/air

Might help with air subsystem lag
This commit is contained in:
Atermonera
2018-08-30 21:18:21 -07: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)))
N = /turf/simulated/open
var/obj/fire/old_fire = fire