Zombie Mode [New Game Mode] (#8501)
Co-authored-by: Kara <lunarautomaton6@gmail.com> Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
This commit is contained in:
@@ -299,6 +299,19 @@ namespace Content.Shared.CCVar
|
||||
public static readonly CVarDef<int> NukeopsPlayersPerOp =
|
||||
CVarDef.Create("nukeops.players_per_op", 5);
|
||||
|
||||
/*
|
||||
* Zombie
|
||||
*/
|
||||
|
||||
public static readonly CVarDef<int> ZombieMinPlayers =
|
||||
CVarDef.Create("zombie.min_players", 20);
|
||||
|
||||
public static readonly CVarDef<int> ZombieMaxInitialInfected =
|
||||
CVarDef.Create("zombie.max_initial_infected", 6);
|
||||
|
||||
public static readonly CVarDef<int> ZombiePlayersPerInfected =
|
||||
CVarDef.Create("zombie.players_per_infected", 10);
|
||||
|
||||
/*
|
||||
* Pirates
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user