Allow changing alert level delay. (#17435)

This commit is contained in:
Pieter-Jan Briers
2023-06-24 14:01:14 +02:00
committed by GitHub
parent 489077868c
commit 3e03418238
3 changed files with 10 additions and 3 deletions

View File

@@ -282,6 +282,12 @@ namespace Content.Shared.CCVar
CVarDef.Create("game.round_start_fail_shutdown_count", 5, CVar.SERVERONLY | CVar.SERVER);
#endif
/// <summary>
/// Delay between station alert level changes.
/// </summary>
public static readonly CVarDef<int> GameAlertLevelChangeDelay =
CVarDef.Create("game.alert_level_change_delay", 30, CVar.SERVERONLY);
/*
* Discord
*/