Add an audio option to mute the round restart sound (#10258)

This commit is contained in:
Jessica M
2022-08-03 17:43:54 -07:00
committed by GitHub
parent 78f9eef602
commit 2b6d20b393
5 changed files with 29 additions and 2 deletions

View File

@@ -437,6 +437,14 @@ namespace Content.Shared.CCVar
public static readonly CVarDef<bool> EventMusicEnabled =
CVarDef.Create("ambience.event_music_enabled", true, CVar.ARCHIVE | CVar.CLIENTONLY);
/*
* Specific Sounds
*/
// Round end sound (APC Destroyed)
public static readonly CVarDef<bool> RestartSoundsEnabled =
CVarDef.Create("ambience.restart_sounds_enabled", true, CVar.ARCHIVE | CVar.CLIENTONLY);
/*
* Admin sounds
*/