Increase containment field connection duration (#20965)

This commit is contained in:
liltenhead
2023-10-13 16:41:43 -07:00
committed by GitHub
parent 4c4f24422c
commit d5e5b80c97

View File

@@ -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?