Fix shuttle air even more. (#27889)

* Even better synchronization.

* Lint.
This commit is contained in:
Charlie Nolan
2025-01-08 13:10:16 -08:00
committed by GitHub
parent db5be68723
commit 7d92e944ea
2 changed files with 32 additions and 34 deletions
@@ -50,13 +50,6 @@ What are the archived variables for?
/// Is this mixture currently synchronized with MILLA? Always true for non-bound mixtures.
var/synchronized = TRUE
/// Tracks the callbacks from synchronize() that haven't run yet.
var/list/waiting_for_sync = list()
/datum/gas_mixture/Destroy()
waiting_for_sync.Cut()
return ..()
/// Marks this gas mixture as changed from MILLA. Does nothing on non-bound mixtures.
/datum/gas_mixture/proc/set_dirty()
return