mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
[MIRROR] Fixes turfs on centcom getting weird atmos adjacent turfs. [MDB IGNORE] (#18306)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user