mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-06 06:52:39 +00:00
* [WEBEDIT INCOMING] Fixes supermatter powerloss threshold check. (#70817) Replaces the internal_energy is below powerloss_linear_threshold check with a momentary_power is below powerloss_linear_threshold check. Fixes supermatter powerloss threshold check to check for the momentary power instead of internal energy. The powerloss math is based on the momentary power, but the if check checked for the internal_energy instead, which made it continue using cubic power loss at inappropriate situations. * [WEBEDIT INCOMING] Fixes supermatter powerloss threshold check. Co-authored-by: Pickle-Coding <58013024+Pickle-Coding@users.noreply.github.com>