mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-12 02:32:10 +00:00
## About The Pull Request Part of a series of quickly checking in-round runtimes. Air alarms call check_danger() and `check_environmet()` throughout their operation to collect data on the environment and air around the machinery, and then update overlays, alarms, etc. There were a few instances in round where it was being passed null to environment within check_danger, which was causing it to runtime. Running through the proc chain, the whole logic here seems to rely on being able to obtain it's environment variable, which is why I've added early returns if environment is not met on air alarms to prevent said runtimes. ## Why It's Good For The Game Less runtimes means cleaner code on live. ## Changelog No player facing changes.