Reverts some real spacebrain gas

I'm not gonna ask what made it look like a good idea to change this from "do not force open space if the area below has no atmos simulation" to "force open space on literally everything that's not exclusively space".

Was a real doozy on a multi-z map with engine rotation at space side.
This commit is contained in:
Verkister
2019-02-14 18:44:21 +02:00
committed by GitHub
parent e832f91bf0
commit c7216a8cca

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
@@ -111,4 +111,4 @@
lighting_clear_overlay()
if(preserve_outdoors)
outdoors = old_outdoors
outdoors = old_outdoors