Files
Bubberstation/code/datums/elements
SkyratBot e89beb2389 [MIRROR] Adds general helper proc for processing atmos based on it's turf air contents [MDB IGNORE] (#21237)
* 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
/🆑

* Adds general helper proc for processing atmos based on it's turf air contents

---------

Co-authored-by: SyncIt21 <110812394+SyncIt21@users.noreply.github.com>
2023-05-16 20:55:27 +01:00
..