Stop explosions or singularity or whatnot from ripping holes in space.

* When we say ChangeTurf() space, we mean it.
This commit is contained in:
Leshana
2018-01-13 00:02:53 -05:00
parent e8f6077385
commit cd00f703fa
+2
View File
@@ -21,11 +21,13 @@
if (!N)
return
/* VOREStation Edit Start - Say Nope To This. Tether's Z info is setup fine, trust it.
// This makes sure that turfs are not changed to space when one side is part of a zone
if(N == /turf/space)
var/turf/below = GetBelow(src)
if(istype(below) && (air_master.has_valid_zone(below) || air_master.has_valid_zone(src)))
N = /turf/simulated/open
*/ // VOREStation Edit End
var/obj/fire/old_fire = fire
var/old_opacity = opacity