Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
Reduz um pouco a quantidade de nukies, 6 por jogador, mínimo 9 jogadores
Browse files Browse the repository at this point in the history
  • Loading branch information
rbertoche committed Jul 4, 2023
1 parent 19f51fa commit 023f5c6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ public sealed class NukeopsRuleComponent : Component
/// The minimum needed amount of players
/// </summary>
[DataField("minPlayers")]
public int MinPlayers = 10;
public int MinPlayers = 9;

/// <summary>
/// This INCLUDES the operatives. So a value of 3 is satisfied by 2 players & 1 operative
/// </summary>
[DataField("playersPerOperative")]
public int PlayersPerOperative = 5;
public int PlayersPerOperative = 6;

[DataField("maxOps")]
public int MaxOperatives = 5;
Expand Down

0 comments on commit 023f5c6

Please sign in to comment.