mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-06-06 22:59:15 +01:00
fe9012d935
## About The Pull Request Fixes this  Caused by this https://github.com/tgstation/tgstation/blob/c8982bfb1cd103539d0be86689f40a023dbb7f22/code/modules/atmospherics/machinery/air_alarm/_air_alarm.dm#L305 Scrubbers will now call ` atmos_conditions_changed()` which starts processing based on the turf air contents which indirectly calls `should_atmos_process()` with the correct values. The same helper has been applied to the atmos sensitive component as well and other places ## Changelog 🆑 fix: runtime when turning scrubber's on via the air alarm UI refactor: `atmos_conditions_changed()` now starts atmos processing based on it's turf air contents /🆑