diff --git a/Content.Server/Ame/AmeNodeGroup.cs b/Content.Server/Ame/AmeNodeGroup.cs index 9acc1034ddf..608356f7605 100644 --- a/Content.Server/Ame/AmeNodeGroup.cs +++ b/Content.Server/Ame/AmeNodeGroup.cs @@ -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 20000f * fuel * fuel / cores; // Delt V - Revert upstream buff for normal AME operation + return 2000000f * fuel * fuel / cores; } public int GetTotalStability()