diff --git a/Content.Server/GameTicking/Rules/Components/NukeopsRuleComponent.cs b/Content.Server/GameTicking/Rules/Components/NukeopsRuleComponent.cs index e53d01994b..7c0bbbd6e3 100644 --- a/Content.Server/GameTicking/Rules/Components/NukeopsRuleComponent.cs +++ b/Content.Server/GameTicking/Rules/Components/NukeopsRuleComponent.cs @@ -18,13 +18,13 @@ public sealed class NukeopsRuleComponent : Component /// The minimum needed amount of players /// [DataField("minPlayers")] - public int MinPlayers = 15; + public int MinPlayers = 20; /// /// This INCLUDES the operatives. So a value of 3 is satisfied by 2 players & 1 operative /// [DataField("playersPerOperative")] - public int PlayersPerOperative = 5; + public int PlayersPerOperative = 10; [DataField("maxOps")] public int MaxOperatives = 5;