From d5e5b80c97c133cb79ba4e3294ea8d2673c40a06 Mon Sep 17 00:00:00 2001 From: liltenhead <104418166+liltenhead@users.noreply.github.com> Date: Fri, 13 Oct 2023 16:41:43 -0700 Subject: [PATCH] Increase containment field connection duration (#20965) --- .../Components/ContainmentFieldGeneratorComponent.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Shared/Singularity/Components/ContainmentFieldGeneratorComponent.cs b/Content.Shared/Singularity/Components/ContainmentFieldGeneratorComponent.cs index b8f5d1a189..d9fc044dce 100644 --- a/Content.Shared/Singularity/Components/ContainmentFieldGeneratorComponent.cs +++ b/Content.Shared/Singularity/Components/ContainmentFieldGeneratorComponent.cs @@ -53,7 +53,7 @@ public sealed partial class ContainmentFieldGeneratorComponent : Component /// How many seconds should the generators wait before losing power? /// [DataField("threshold")] - public float Threshold = 10f; + public float Threshold = 20f; /// /// How many tiles should this field check before giving up?