mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-02-10 00:08:19 +00:00
* Fixes tritium fire radiation stuff. The reaction cleanup reverted the radiation chance from tritium fire changes, and did the energy release threshold incorrectly, making tritium fires release no radiation unless you had an astronomically high amount of tritium. This fixes that by making sure air.volume gets divided by CELL_VOLUME before getting cubed. Adds tritium radiation release threshold define, which uses the correct amount of energy required. Adds minimum radiation range define, and brings it back for radiation range from tritium fires (which accidentally got reverted), and changes the radiation range divisor to its proper value. Adds back scaling chance for irradiation, and adds define for energy release required for a 50% chance for everything in range to get irradiated. * H The new defines had 2 /es instead of 3. Adds the third one. * Water vapour condensation fix. The define for water vapour condensation was set to (T0C + 10); however, the previous functionality for condensation checked if it was below (T20C + 10) instead of (T0C + 10). The new define is lower than what the check used to be, low enough that room temperature water vapour did not condense. This changes WATER_VAPOUR_CONDENSATION_POINT define to be (T20C + 10) instead of (T0C + 10), so you don't need to cool it in order to make the tiles slippy.