From: OctoRocket <88291550+OctoRocket@users.noreply.github.com> Date: Fri, 12 May 2023 22:55:47 +0000 (-0500) Subject: [Tweak] One nukeop per Ten people (#16353) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=84c00de6bc2e8faf942f1cf458f2eb3ad8bedff8;p=space-station-14.git [Tweak] One nukeop per Ten people (#16353) --- 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;