Skip to content

Commit

Permalink
Use hydrazine since RF overwrites it anyway
Browse files Browse the repository at this point in the history
  • Loading branch information
dgfl-gh committed May 31, 2019
1 parent 7596f70 commit 0f61560
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions GameData/Kerbalism/System/Misc.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@


// ============================================================================
// Use Nitrogen as eva propellant, and set the initial amount to zero
// Use Hydrazine as eva propellant, and set the initial amount to zero
// ============================================================================

@PART[kerbalEVA*]:FOR[Kerbalism]
{
@MODULE[KerbalEVA]
{
@propellantResourceName = Nitrogen
@propellantResourceName = Hydrazine
}

@RESOURCE[EVA?Propellant]
{
@name = Nitrogen
@name = Hydrazine
@amount = 0
@maxAmount = 5
}
Expand Down

0 comments on commit 0f61560

Please sign in to comment.