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?
|
/// How many seconds should the generators wait before losing power?
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[DataField("threshold")]
|
[DataField("threshold")]
|
||||||
public float Threshold = 10f;
|
public float Threshold = 20f;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// How many tiles should this field check before giving up?
|
/// How many tiles should this field check before giving up?
|
||||||
|
|||||||
Reference in New Issue
Block a user