mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-11 17:35:05 +00:00
* Fixes Cryostylane and Pyrosium reactions to work/be less janky (#56870) Pyrosium previously would fail to react because the on_reaction() proc would set it's temperature below it's minimum, so it wouldn't get started. This widens the reaction range to work at pretty much all temperatures. The same was done for Cryo (which I think works anyways?) but makes the reaction less fussy. Also makes their oxygen reactions instant so I don't break grenades too. * Fixes Cryostylane and Pyrosium reactions to work/be less janky Co-authored-by: Thalpy <33956696+Thalpy@users.noreply.github.com>