Make the round end sound collection a cvar (#25741)

* Make the round end sound collection a cvar

* Fix comment

* Clarity
This commit is contained in:
DrSmugleaf
2024-03-01 02:08:48 -08:00
committed by GitHub
parent 0ba9df26a0
commit 30ccde0a47
3 changed files with 11 additions and 1 deletions

View File

@@ -369,6 +369,12 @@ namespace Content.Shared.CCVar
public static readonly CVarDef<string> SecretWeightPrototype =
CVarDef.Create("game.secret_weight_prototype", "Secret", CVar.SERVERONLY);
/// <summary>
/// The id of the sound collection to randomly choose a sound from and play when the round ends.
/// </summary>
public static readonly CVarDef<string> RoundEndSoundCollection =
CVarDef.Create("game.round_end_sound_collection", "RoundEnd", CVar.SERVERONLY);
/*
* Discord
*/