From: Saphire Date: Tue, 19 Nov 2024 02:11:10 +0000 (+0600) Subject: Bump the failsafe timer down X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=68eaf6ff254e49789696f5a79691c119e26cbb18;p=space-station-14.git Bump the failsafe timer down --- diff --git a/Content.Server/Singularity/Components/SingularityGeneratorComponent.cs b/Content.Server/Singularity/Components/SingularityGeneratorComponent.cs index 8b9b4e7446..c8feeb5d5d 100644 --- a/Content.Server/Singularity/Components/SingularityGeneratorComponent.cs +++ b/Content.Server/Singularity/Components/SingularityGeneratorComponent.cs @@ -1,4 +1,4 @@ -using Robust.Shared.Prototypes; +using Robust.Shared.Prototypes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; using Content.Server.Singularity.EntitySystems; @@ -59,7 +59,7 @@ public sealed partial class SingularityGeneratorComponent : Component /// For how long the failsafe will cause the generator to stop working and not issue a failsafe warning /// [DataField] - public TimeSpan FailsafeCooldown = TimeSpan.FromSeconds(30); + public TimeSpan FailsafeCooldown = TimeSpan.FromSeconds(10); /// /// How long until the generator can issue a failsafe warning again