]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Bump the failsafe timer down
authorSaphire <lattice@saphi.re>
Tue, 19 Nov 2024 02:11:10 +0000 (08:11 +0600)
committerSaphire <lattice@saphi.re>
Tue, 19 Nov 2024 02:11:10 +0000 (08:11 +0600)
Content.Server/Singularity/Components/SingularityGeneratorComponent.cs

index 8b9b4e74466ff5bf3977c5c5230159c83a34e661..c8feeb5d5dbf33748d095ae6731defaf63a06044 100644 (file)
@@ -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
     /// </summary>
     [DataField]
-    public TimeSpan FailsafeCooldown = TimeSpan.FromSeconds(30);
+    public TimeSpan FailsafeCooldown = TimeSpan.FromSeconds(10);
 
     /// <summary>
     /// How long until the generator can issue a failsafe warning again