Upa APC max load to 40 kW

This commit is contained in:
BarryNorfolk 2026-01-18 16:38:16 +01:00
parent 22fff89a01
commit bfa08f7f69
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ public sealed partial class ApcComponent : BaseApcNetComponent
/// timer, which after enough overloading causes the APC to "trip" off.
/// </summary>
[DataField]
public float MaxLoad = 20e3f;
public float MaxLoad = 40e3f; // DeltaV - Was 20e3f, upping to allow for maps to catch up
/// <summary>
/// Time that the APC can be continuously overloaded before tripping off.