Allow changing alert level delay. (#17435)
This commit is contained in:
committed by
GitHub
parent
489077868c
commit
3e03418238
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user