mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-01 04:21:42 +00:00
* 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  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>