Files
Bubberstation/code/datums/elements
SyncIt21 fe9012d935 Adds general helper proc for processing atmos based on it's turf air contents (#75144)
## About The Pull Request
Fixes this
![Screenshot
(186)](https://user-images.githubusercontent.com/110812394/235907166-7c62503a-994b-4b5d-a3ae-ca61326fc5b4.png)

Caused by this

c8982bfb1c/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
/🆑
2023-05-16 05:03:09 -07:00
..
2023-03-27 16:06:40 -06:00
2023-03-31 19:40:29 -07:00