]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Increase containment field connection duration (#20965)
authorliltenhead <104418166+liltenhead@users.noreply.github.com>
Fri, 13 Oct 2023 23:41:43 +0000 (16:41 -0700)
committerGitHub <noreply@github.com>
Fri, 13 Oct 2023 23:41:43 +0000 (16:41 -0700)
Content.Shared/Singularity/Components/ContainmentFieldGeneratorComponent.cs

index b8f5d1a1894dc5d9e93d1290d664a2417470ff30..d9fc044dceaef9b34518ad3cc2e8f75d1169e051 100644 (file)
@@ -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?