RemoteTechnologiesGroup / RemoteTech

Community developed continuation of Kerbal Space Program's RemoteTech mod.
http://remotetechnologiesgroup.github.io/RemoteTech
GNU General Public License v2.0
233 stars 102 forks source link

Better precision display of EC when Kerbalism is installed #757

Closed PiezPiedPy closed 6 years ago

PiezPiedPy commented 6 years ago

FormatConsumption method will display better precision when Kerbalism is detected, needed due to Kerbalism EC costs being much lower than standard RT.

Added a very simple class that detects the presence of Kerbalism into AddOns.

Helps to stop users with Kerbalism being confused when they see something like 0.00/sec rather than 0.240/min

Before:

screenshot0

After:

screenshot0