ShotgunNinja / Kerbalism

Hundreds of Kerbals were killed in the making of this mod.
The Unlicense
43 stars 19 forks source link

Fix #144 for CryoFuels #168

Open cherrydev opened 6 years ago

cherrydev commented 6 years ago

It appears the FuelName property on the module itself isn't being set correctly anymore and instead CryoFuels supports potentially multiple fuels at once inside of a private fuels field. This now iterates through the fuels list and fetches the fuelName (and boil-off rate) from each fuel. I also changed Lib.PrivateField to allow value types instead of just reference types.

cherrydev commented 6 years ago

This is a fix for #144