Fix nukie bug (#11399)
This commit is contained in:
@@ -16,6 +16,9 @@ public sealed class NukeopsRuleConfiguration : GameRuleConfiguration
|
||||
[DataField("minPlayers")]
|
||||
public int MinPlayers = 15;
|
||||
|
||||
/// <summary>
|
||||
/// This INCLUDES the operatives. So a value of 3 is satisfied by 2 players & 1 operative
|
||||
/// </summary>
|
||||
[DataField("playersPerOperative")]
|
||||
public int PlayersPerOperative = 5;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user