[MIRROR] Fixes turfs on centcom getting weird atmos adjacent turfs. [MDB IGNORE] (#18306)

This commit is contained in:
SkyratBot
2023-01-06 18:56:13 -08:00
committed by GitHub
parent 554c53de21
commit 445c043ef4
+3 -1
View File
@@ -534,7 +534,9 @@ SUBSYSTEM_DEF(air)
active.remove_atom_colour(TEMPORARY_COLOUR_PRIORITY, COLOR_VIBRANT_LIME)
#endif
active_turfs.Cut()
var/time = 0
// We compare this against turf.current cycle using <= to ensure O(n)
// It defaults to 0, so we start at -1
var/time = -1
for(var/turf/T as anything in ALL_TURFS())
if (!T.init_air)