Funny red spacemen (nukeops) (#8073)
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
This commit is contained in:
@@ -254,6 +254,19 @@ namespace Content.Shared.CCVar
|
||||
public static readonly CVarDef<int> TraitorDeathMatchStartingBalance =
|
||||
CVarDef.Create("traitordm.starting_balance", 20);
|
||||
|
||||
/*
|
||||
* Nukeops
|
||||
*/
|
||||
|
||||
public static readonly CVarDef<int> NukeopsMinPlayers =
|
||||
CVarDef.Create("nukeops.min_players", 15);
|
||||
|
||||
public static readonly CVarDef<int> NukeopsMaxOps =
|
||||
CVarDef.Create("nukeops.max_ops", 6);
|
||||
|
||||
public static readonly CVarDef<int> NukeopsPlayersPerOp =
|
||||
CVarDef.Create("nukeops.players_per_op", 5);
|
||||
|
||||
/*
|
||||
* Console
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user