mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-21 04:57:57 +01:00
ad50b792a5
## About The Pull Request This pull request makes the HFR process at the same rate as other atmospheric components. Because its temperature changes previously didn't take `seconds_per_tick` into account, heat output and a few things related to it had to be adjusted to compensate. This also fixes a bug preventing the moderator from being able to leak its gases from cracked parts. ## Why It's Good For The Game The HFR not processing with the rest of atmospheric machinery can occasionally cause odd behavior such as pressure spikes in the waste output every 1 in 4 atmos ticks, which this PR corrects. ## Changelog 🆑 fix: Fixed cracked HFR parts not being able to leak moderator gases. code: The HFR now processes at the same rate as other atmos machinery. /🆑