]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Revert "Buff the AME until somebody fixes engineering" (#28419)
authorMoony <moony@hellomouse.net>
Tue, 4 Jun 2024 15:59:33 +0000 (10:59 -0500)
committerGitHub <noreply@github.com>
Tue, 4 Jun 2024 15:59:33 +0000 (07:59 -0800)
Content.Server/Ame/AmeNodeGroup.cs

index 608356f76059fcb045b882447fb9e55f190c053c..40da6222d20177b24c51f329cdb8124d8b9a4f57 100644 (file)
@@ -182,7 +182,7 @@ public sealed class AmeNodeGroup : BaseNodeGroup
         // 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;
     }
 
     public int GetTotalStability()