Tips extensions (#13551)

This commit is contained in:
Kara
2023-01-17 12:43:51 -06:00
committed by GitHub
parent b97da228da
commit 8550baa218
2 changed files with 43 additions and 4 deletions

View File

@@ -406,13 +406,13 @@ namespace Content.Shared.CCVar
/// (i.e. postround or lobby)
/// </summary>
public static readonly CVarDef<float> TipFrequencyOutOfRound =
CVarDef.Create("tips.out_of_game_frequency", 60f * 2);
CVarDef.Create("tips.out_of_game_frequency", 60f * 1.5f);
/// <summary>
/// The number of seconds between each tip being displayed when the round is actively going
/// </summary>
public static readonly CVarDef<float> TipFrequencyInRound =
CVarDef.Create("tips.in_game_frequency", 60f * 30);
CVarDef.Create("tips.in_game_frequency", 60f * 60);
/*
* Console