Skip to content

Commit

Permalink
Cherry-picked commit b4fc2e342be6ef395b1ca21f27787ac08a89df59 from De…
Browse files Browse the repository at this point in the history
…ltaV-Station/Delta-v/master
  • Loading branch information
IamVelcroboy authored and PrMirrorBot committed Apr 7, 2024
1 parent b702cbd commit d4c8a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Server/Ame/AmeNodeGroup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ public float CalculatePower(int fuel, int cores)
// Fuel is squared so more fuel vastly increases power and efficiency
// We divide by the number of cores so a larger AME is less efficient at the same fuel settings
// this results in all AMEs having the same efficiency at the same fuel-per-core setting
return 2000000f * fuel * fuel / cores;
return 20000f * fuel * fuel / cores; // Delt V - Revert upstream buff for normal AME operation
}

public int GetTotalStability()
Expand Down

0 comments on commit d4c8a45

Please sign in to comment.