Fix nukie bug (#11399)

This commit is contained in:
Leon Friedrich
2022-09-19 18:07:24 +12:00
committed by GitHub
parent 606c5b3a97
commit 5d84d8b296
2 changed files with 15 additions and 6 deletions

View File

@@ -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;