From bfa08f7f6952259d0a94fd477712cd1a4e7dfcb0 Mon Sep 17 00:00:00 2001 From: BarryNorfolk Date: Sun, 18 Jan 2026 16:38:16 +0100 Subject: [PATCH] Upa APC max load to 40 kW --- Content.Server/Power/Components/ApcComponent.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Server/Power/Components/ApcComponent.cs b/Content.Server/Power/Components/ApcComponent.cs index 8309304d84..f1dc8ca515 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 = 20e3f; + public float MaxLoad = 40e3f; // DeltaV - Was 20e3f, upping to allow for maps to catch up /// /// Time that the APC can be continuously overloaded before tripping off.