Files
Bubberstation/code/modules
SkyratBot 62399c7868 [MIRROR] Fixes two atmos UI's [NO GBP] [MDB IGNORE] (#20608)
* Fixes two atmos UI's [NO GBP] (#74763)

## About The Pull Request
I really don't want to talk about it... fixes #74748

Bunch of old atmos UIs doing weird things that were unclear at the time
of refactoring
Crystallizer was looking up labels and colors by gas name vs id
![Screenshot 2023-04-15
164439](https://user-images.githubusercontent.com/42397676/232259019-538e847e-3981-4e1d-a076-2171488d5bae.png)
HFR, I'm still not happy with this, but this is the original
implementation
```
icon={data[input_switch] ? 'power-off' : 'times'}
content={data[input_switch] ? 'On' : 'Off'}
selected={data[input_switch]}
```

## Why It's Good For The Game
Bug fixes
## Changelog
🆑
fix: HFR should now allow you to select input/moderator rates
fix: Crystallizer ui should now properly show input gases
/🆑

Co-authored-by: Jeremiah <jlsnow301@ pm.me>

* Fixes two atmos UI's [NO GBP]

---------

Co-authored-by: Jeremiah <42397676+jlsnow301@users.noreply.github.com>
Co-authored-by: Jeremiah <jlsnow301@ pm.me>
2023-04-16 23:58:51 +01:00
..
2023-04-12 20:57:33 +01:00