Increase containment field connection duration (#20965)
This commit is contained in:
@@ -53,7 +53,7 @@ public sealed partial class ContainmentFieldGeneratorComponent : Component
|
||||
/// How many seconds should the generators wait before losing power?
|
||||
/// </summary>
|
||||
[DataField("threshold")]
|
||||
public float Threshold = 10f;
|
||||
public float Threshold = 20f;
|
||||
|
||||
/// <summary>
|
||||
/// How many tiles should this field check before giving up?
|
||||
|
||||
Reference in New Issue
Block a user