Upa APC max load to 40 kW
This commit is contained in:
parent
22fff89a01
commit
bfa08f7f69
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue