Skip to content

Commit

Permalink
твикс
Browse files Browse the repository at this point in the history
  • Loading branch information
comasqw committed Jun 20, 2024
1 parent a3387f0 commit f099b48
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Content.Shared/CCVar/CCVars.cs
Original file line number Diff line number Diff line change
Expand Up @@ -128,13 +128,13 @@ public static readonly CVarDef<float>
/// Minimum time between meteor swarms in minutes.
/// </summary>
public static readonly CVarDef<float>
MeteorSwarmMinTime = CVarDef.Create("events.meteor_swarm_min_time", 35f, CVar.ARCHIVE | CVar.SERVERONLY);
MeteorSwarmMinTime = CVarDef.Create("events.meteor_swarm_min_time", 7.5f, CVar.ARCHIVE | CVar.SERVERONLY);

/// <summary>
/// Maximum time between meteor swarms in minutes.
/// </summary>
public static readonly CVarDef<float>
MeteorSwarmMaxTime = CVarDef.Create("events.meteor_swarm_max_time", 45f, CVar.ARCHIVE | CVar.SERVERONLY);
MeteorSwarmMaxTime = CVarDef.Create("events.meteor_swarm_max_time", 12.5f, CVar.ARCHIVE | CVar.SERVERONLY);

/*
* Game
Expand Down
4 changes: 4 additions & 0 deletions Resources/ConfigPresets/Corvax/common.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ appeal = "https://discord.ss14.ru"
[viewport]
maximum_width = 26

[events]
meteor_swarm_min_time = 30
meteor_swarm_max_time = 45

[game]
lobbyduration = 360
secret_weight_prototype = "CorvaxSecretDefault"
Expand Down

0 comments on commit f099b48

Please sign in to comment.