Skip to content

Commit

Permalink
Revert "Revert "Revert AME buff" (#939)"
Browse files Browse the repository at this point in the history
This reverts commit e271a5d.
  • Loading branch information
DangerRevolution committed Mar 20, 2024
1 parent 9b780cf commit ca0de94
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 ca0de94

Please sign in to comment.