Exoplanet air caching (#23019)

changes:
- refactor: "Updates exoplanet air caching to be zone-based instead of
turf-based."
This commit is contained in:
Batrachophreno
2026-08-06 09:33:37 +00:00
committed by GitHub
parent ae94aae68b
commit fef147c81e
3 changed files with 35 additions and 23 deletions
+3
View File
@@ -113,6 +113,9 @@ SUBSYSTEM_DEF(air)
zone.c_invalidate()
edges.Cut()
for(var/turf/pending_turf as anything in tiles_to_update)
if(pending_turf)
pending_turf.needs_air_update = FALSE
tiles_to_update.Cut()
zones_to_update.Cut()
active_fire_zones.Cut()