Skip to content

Commit

Permalink
Engine Failure MOde fix
Browse files Browse the repository at this point in the history
  • Loading branch information
severedsolo committed Nov 12, 2018
1 parent f070378 commit a00bac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OhScrap/EngineFailureModule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ protected override void Overrides()
if (engine.atmosphereCurve.Evaluate(staticPressure) <= 100.0f)
{
expectedLifetime = 3;
baseChanceOfFailure = baseChanceOfFailure-0.01f;
baseChanceOfFailure -= 0.02f;
}
}

Expand Down

0 comments on commit a00bac3

Please sign in to comment.