]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
[Tweak] One nukeop per Ten people (#16353)
authorOctoRocket <88291550+OctoRocket@users.noreply.github.com>
Fri, 12 May 2023 22:55:47 +0000 (17:55 -0500)
committerGitHub <noreply@github.com>
Fri, 12 May 2023 22:55:47 +0000 (18:55 -0400)
Content.Server/GameTicking/Rules/Components/NukeopsRuleComponent.cs

index e53d01994b66800d8fc3ee0913a2355bc6f5c699..7c0bbbd6e3aa48358e0305e3a53a43a737ec0fe0 100644 (file)
@@ -18,13 +18,13 @@ public sealed class NukeopsRuleComponent : Component
     /// The minimum needed amount of players
     /// </summary>
     [DataField("minPlayers")]
-    public int MinPlayers = 15;
+    public int MinPlayers = 20;
 
     /// <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 = 10;
 
     [DataField("maxOps")]
     public int MaxOperatives = 5;