Increase players per traitor (#10216)

* Decrease traitor count

* Revert max traitor decrease

* Increase players per traitor to 10

Requested by mirror
This commit is contained in:
Anthemic 2022-08-01 17:36:01 +08:00 committed by GitHub
parent a4dd922705
commit 6f957bb87b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -265,7 +265,7 @@ namespace Content.Shared.CCVar
CVarDef.Create("traitor.max_traitors", 12); // Assuming average server maxes somewhere from like 50-80 people
public static readonly CVarDef<int> TraitorPlayersPerTraitor =
CVarDef.Create("traitor.players_per_traitor", 5);
CVarDef.Create("traitor.players_per_traitor", 10);
public static readonly CVarDef<int> TraitorCodewordCount =
CVarDef.Create("traitor.codeword_count", 4);