From: liltenhead <104418166+liltenhead@users.noreply.github.com> Date: Fri, 13 Oct 2023 23:41:43 +0000 (-0700) Subject: Increase containment field connection duration (#20965) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=d5e5b80c97c133cb79ba4e3294ea8d2673c40a06;p=space-station-14.git Increase containment field connection duration (#20965) --- 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?