From: basic pack <159909786+packmore@users.noreply.github.com> Date: Tue, 28 May 2024 23:51:25 +0000 (-0500) Subject: Lowers restart round vote's minimum players dead percentage. (#27470) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=69be7089d1abe34bdadbc19e65f665344351b046;p=space-station-14.git Lowers restart round vote's minimum players dead percentage. (#27470) --- diff --git a/Content.Shared/CCVar/CCVars.cs b/Content.Shared/CCVar/CCVars.cs index 1f419fb53f..e5d08ad6f3 100644 --- a/Content.Shared/CCVar/CCVars.cs +++ b/Content.Shared/CCVar/CCVars.cs @@ -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 VoteRestartGhostPercentage = - CVarDef.Create("vote.restart_ghost_percentage", 75, CVar.SERVERONLY); + CVarDef.Create("vote.restart_ghost_percentage", 55, CVar.SERVERONLY); /// /// See vote.enabled, but specific to preset votes