Skip to content

Commit

Permalink
remove 8 second role rule timer (#2026)
Browse files Browse the repository at this point in the history
Co-authored-by: deltanedas <@deltanedas:kde.org>
  • Loading branch information
deltanedas authored Oct 20, 2024
1 parent af41deb commit 1b1169c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Shared/CCVar/CCVars.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2120,7 +2120,7 @@ public static readonly CVarDef<string>
/// The time you must spend reading the rules, before the "Request" button is enabled
/// </summary>
public static readonly CVarDef<float> GhostRoleTime =
CVarDef.Create("ghost.role_time", 8f, CVar.REPLICATED | CVar.SERVER);
CVarDef.Create("ghost.role_time", 3f, CVar.REPLICATED | CVar.SERVER);

/// <summary>
/// If ghost role lotteries should be made near-instanteous.
Expand Down

0 comments on commit 1b1169c

Please sign in to comment.