From: Moony Date: Tue, 4 Jun 2024 15:59:33 +0000 (-0500) Subject: Revert "Buff the AME until somebody fixes engineering" (#28419) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=71a6e60818fbaab41b90a854e38dd2d8e6850304;p=space-station-14.git Revert "Buff the AME until somebody fixes engineering" (#28419) --- diff --git a/Content.Server/Ame/AmeNodeGroup.cs b/Content.Server/Ame/AmeNodeGroup.cs index 608356f760..40da6222d2 100644 --- a/Content.Server/Ame/AmeNodeGroup.cs +++ b/Content.Server/Ame/AmeNodeGroup.cs @@ -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()