From 5cf799ac564394a829f441462608bfac6e68506e Mon Sep 17 00:00:00 2001 From: BIGZi0348 <118811750+BIGZi0348@users.noreply.github.com> Date: Thu, 26 Dec 2024 10:21:40 +0300 Subject: [PATCH] Update GhostRecruitmentSystem.cs --- .../_White/GhostRecruitment/GhostRecruitmentSystem.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Server/_White/GhostRecruitment/GhostRecruitmentSystem.cs b/Content.Server/_White/GhostRecruitment/GhostRecruitmentSystem.cs index a7ed4e92a6..c917ec24cf 100644 --- a/Content.Server/_White/GhostRecruitment/GhostRecruitmentSystem.cs +++ b/Content.Server/_White/GhostRecruitment/GhostRecruitmentSystem.cs @@ -63,7 +63,7 @@ public sealed class GhostRecruitmentSystem : EntitySystem var count = 0; - var maxCount = Math.Max(3, _playerManager.PlayerCount / 8); + var maxCount = Math.Max(3, _playerManager.PlayerCount / 12); var query = EntityQueryEnumerator(); while (query.MoveNext(out var uid, out var ghostRecruitedComponent))