diff --git a/Content.Server/Power/Components/ApcComponent.cs b/Content.Server/Power/Components/ApcComponent.cs index 087e8bad43..8309304d84 100644 --- a/Content.Server/Power/Components/ApcComponent.cs +++ b/Content.Server/Power/Components/ApcComponent.cs @@ -39,7 +39,7 @@ public sealed partial class ApcComponent : BaseApcNetComponent /// timer, which after enough overloading causes the APC to "trip" off. /// [DataField] - public float MaxLoad = 40e3f; // DeltaV - Was 20e3f, upping to allow for maps to catch up ; THIS WILL BE REVERTED TO 20kW BY MARCH 2026 + public float MaxLoad = 20e3f; /// /// Time that the APC can be continuously overloaded before tripping off.