Skip to content

Commit

Permalink
Buffed NOS Injectors by 2x
Browse files Browse the repository at this point in the history
high altitude planes
  • Loading branch information
xianson committed Jul 1, 2024
1 parent 82ca1f5 commit e6fc183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SkyPiratesCoreDev/Data/Scripts/SkyPirates/Propellers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@ private float CalculateAltitudeEffects()
float altitudeModifier = 1f;

if (nosinjector > 0f)
altitudeModifier += nosinjector * (1f - planet.GetAirDensity(grid.WorldMatrix.Translation)) / 4f;
altitudeModifier += nosinjector * (1f - planet.GetAirDensity(grid.WorldMatrix.Translation)) / 2f;

return altitudeModifier;
}
Expand Down

0 comments on commit e6fc183

Please sign in to comment.