Skip to content

Commit

Permalink
TimeBeforeWarning 15 -> 25 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
Mnemotechnician committed Sep 27, 2024
1 parent 6b2b999 commit 14beda7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Server/Traits/Assorted/NarcolepsyComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public sealed partial class NarcolepsyComponent : Component
public int WarningLocaleCount = 5, WakeupLocaleCount = 3;

[DataField]
public float TimeBeforeWarning = 15f, WarningChancePerSecond = 0.15f;
public float TimeBeforeWarning = 25f, WarningChancePerSecond = 0.15f;

public float LastWarningRollTime = float.MaxValue;
}

0 comments on commit 14beda7

Please sign in to comment.