mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-01-04 14:33:30 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user