From f132d285e9537aed2acbbc4137aa475b187c4f0e Mon Sep 17 00:00:00 2001 From: Hide_D Date: Wed, 15 Mar 2023 01:15:10 +0900 Subject: [PATCH] =?UTF-8?q?game:=20=EB=9E=9C=EB=8D=A4=EC=9E=84=EA=B4=80=20?= =?UTF-8?q?=EB=AA=A8=EB=93=9C=EC=97=90=EC=84=9C=20=EC=B4=88=EA=B8=B0=20?= =?UTF-8?q?=EC=9E=A5=EC=88=98=20=EC=A0=9C=ED=95=9C=20=ED=95=B4=EC=A0=9C=20?= =?UTF-8?q?-=20=EC=82=AC=EC=A0=84=20=EA=B1=B0=EB=B3=91=EC=9D=B4=20?= =?UTF-8?q?=EA=B0=80=EB=8A=A5=ED=95=98=EB=AF=80=EB=A1=9C,=20=EC=8B=9C?= =?UTF-8?q?=EA=B0=84=EC=97=90=20=EB=94=B0=EB=A5=B8=20=EC=A0=9C=ED=95=9C?= =?UTF-8?q?=EC=9D=80=20=ED=95=84=EC=9A=94=EC=97=86=EC=9D=84=20=EA=B2=83?= =?UTF-8?q?=EC=9C=BC=EB=A1=9C=20=ED=8C=90=EB=8B=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/Command/General/che_랜덤임관.php | 5 +---- hwe/sammo/GameConstBase.php | 3 --- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/hwe/sammo/Command/General/che_랜덤임관.php b/hwe/sammo/Command/General/che_랜덤임관.php index 4dea3dd5..e35548a3 100644 --- a/hwe/sammo/Command/General/che_랜덤임관.php +++ b/hwe/sammo/Command/General/che_랜덤임관.php @@ -173,11 +173,8 @@ class che_랜덤임관 extends Command\GeneralCommand } } } else { - $onlyRandom = $env['join_mode'] == 'onlyRandom'; $genLimit = GameConst::$defaultMaxGeneral; - if ($onlyRandom && TimeUtil::IsRangeMonth($env['init_year'], $env['init_month'], 1, $env['year'], $env['month'])) { - $genLimit = GameConst::$initialNationGenLimitForRandInit; - } else if ($relYear < 3) { + if ($relYear < 3) { $genLimit = GameConst::$initialNationGenLimit; } diff --git a/hwe/sammo/GameConstBase.php b/hwe/sammo/GameConstBase.php index 594157b5..0e19bc56 100644 --- a/hwe/sammo/GameConstBase.php +++ b/hwe/sammo/GameConstBase.php @@ -98,9 +98,6 @@ class GameConstBase /** @var int 징병 허용 최소 인구 */ public static $minAvailableRecruitPop = 30000; - /** @var int 초기 제한시 장수 제한 */ - public static $initialNationGenLimitForRandInit = 3; - /** @var int 초기 제한시 장수 제한 */ public static $initialNationGenLimit = 10;