Skip to content

Commit ca0de94

Browse files
Revert "Revert "Revert AME buff" (#939)"
This reverts commit e271a5d.
1 parent 9b780cf commit ca0de94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Content.Server/Ame/AmeNodeGroup.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ public float CalculatePower(int fuel, int cores)
182182
// Fuel is squared so more fuel vastly increases power and efficiency
183183
// We divide by the number of cores so a larger AME is less efficient at the same fuel settings
184184
// this results in all AMEs having the same efficiency at the same fuel-per-core setting
185-
return 2000000f * fuel * fuel / cores;
185+
return 20000f * fuel * fuel / cores; // Delt V - Revert upstream buff for normal AME operation
186186
}
187187

188188
public int GetTotalStability()

0 commit comments

Comments
 (0)