add secret weight prototype cvar (#23564)

Add cvar
This commit is contained in:
LankLTE
2024-01-05 15:30:00 -08:00
committed by GitHub
parent 35fe14430c
commit 4c179d69e7
2 changed files with 11 additions and 1 deletions

View File

@@ -351,6 +351,12 @@ namespace Content.Shared.CCVar
public static readonly CVarDef<float> RoundRestartTime =
CVarDef.Create("game.round_restart_time", 120f, CVar.SERVERONLY);
/// <summary>
/// The prototype to use for secret weights.
/// </summary>
public static readonly CVarDef<string> SecretWeightPrototype =
CVarDef.Create("game.secret_weight_prototype", "Secret", CVar.SERVERONLY);
/*
* Discord
*/