The most experimental PR in the world (#18762)

This commit is contained in:
AffectedArc07
2022-08-13 13:13:02 +01:00
committed by GitHub
parent 744779d579
commit d2384ddc23
3 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -270,7 +270,7 @@
levelupdate()
CalculateAdjacentTurfs()
if(SSair && !ignore_air)
if(!ignore_air)
SSair.add_to_active(src)
//update firedoor adjacency
@@ -58,10 +58,8 @@
var/atmos_overlay_type = null //current active overlay
// Dont make this Initialize(), youll break all of atmos
// Challenge accepted in a few years -aa07
/turf/simulated/New()
..()
/turf/simulated/Initialize(mapload)
. = ..()
if(!blocks_air)
air = new
@@ -170,6 +170,7 @@ GLOBAL_DATUM_INIT(_preloader, /datum/dmm_suite/preloader, new())
var/turf/T = t
// we do this after we load everything in. if we don't; we'll have weird atmos bugs regarding atmos adjacent turfs
T.AfterChange(TRUE, keep_cabling = TRUE)
CHECK_TICK
return bounds
/**