]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Lowers restart round vote's minimum players dead percentage. (#27470)
authorbasic pack <159909786+packmore@users.noreply.github.com>
Tue, 28 May 2024 23:51:25 +0000 (18:51 -0500)
committerGitHub <noreply@github.com>
Tue, 28 May 2024 23:51:25 +0000 (19:51 -0400)
Content.Shared/CCVar/CCVars.cs

index 1f419fb53f0b673a4f8f5f495521e3ffc92a3e2c..e5d08ad6f36243af6e0627aa99ac64ea16bb7d2e 100644 (file)
@@ -1251,7 +1251,7 @@ namespace Content.Shared.CCVar
         ///     Config for when the restart vote should be allowed to be called based on percentage of ghosts.
         ///
         public static readonly CVarDef<int> VoteRestartGhostPercentage =
-            CVarDef.Create("vote.restart_ghost_percentage", 75, CVar.SERVERONLY);
+            CVarDef.Create("vote.restart_ghost_percentage", 55, CVar.SERVERONLY);
 
         /// <summary>
         ///     See vote.enabled, but specific to preset votes