Made Artifact EORG a server config (#18172)

* Added config and updated sala

* CE's suggestion.

* Fixed config

* greater than
This commit is contained in:
LankLTE
2023-07-21 01:49:10 -07:00
committed by GitHub
parent 3e7d3e98fe
commit fb53c14a54
3 changed files with 19 additions and 5 deletions

View File

@@ -306,6 +306,12 @@ namespace Content.Shared.CCVar
public static readonly CVarDef<int> GameAlertLevelChangeDelay =
CVarDef.Create("game.alert_level_change_delay", 30, CVar.SERVERONLY);
/// <summary>
/// How many times per second artifacts when the round is over.
/// If set to 0, they won't activate (on a timer) when the round ends.
/// </summary>
public static readonly CVarDef<float> ArtifactRoundEndTimer = CVarDef.Create("game.artifact_round_end_timer", 0.5f, CVar.NOTIFY | CVar.REPLICATED);
/*
* Discord
*/