Skip to content

Commit

Permalink
Bump the failsafe timer down
Browse files Browse the repository at this point in the history
  • Loading branch information
SaphireLattice committed Nov 19, 2024
1 parent 476f90d commit 68eaf6f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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;
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 68eaf6f

Please sign in to comment.