Kerbal Inventory System (KIS)

Kerbal Inventory System (KIS)

1M Downloads

Use fuel type from the config for the EVA fuel canister

ihsoft opened this issue ยท 0 comments

commented

The type of the fuel is currently hardcoded to "EVA propellant". However, some mods introduce alternative mechanics to how the EVA propellant is spent (e.g. Kerbalism).

Proposed change:

  1. Read fuel type from the config.
  2. If the fuel is not "EVA propellant" then check the available fuel reserve and spend it.
  3. If fuel reserve of the custom type is not enough, report an error.