Skip to content

Commit

Permalink
Decrease time until sudden death, we can play with this value
Browse files Browse the repository at this point in the history
  • Loading branch information
matekdev committed Jul 29, 2023
1 parent 804a417 commit 9ffd48b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/GrubsConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ private static void OnGrubCountChange( int _, int _1 )
/// The amount of rounds to be played before Sudden Death begins.
/// </summary>
[ConVar.Replicated( "gr_sd_delay" )]
public static int SuddenDeathDelay { get; set; } = 15;
public static int SuddenDeathDelay { get; set; } = 10;

/// <summary>
/// Should all Grubs have their health set to 1 when Sudden Death begins?
Expand Down

0 comments on commit 9ffd48b

Please sign in to comment.