mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 11:34:19 +01:00
The most experimental PR in the world (#18762)
This commit is contained in:
@@ -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
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user