From e0f32eddc47d64fb193e858aa86572a0cd38add7 Mon Sep 17 00:00:00 2001 From: hide_d Date: Tue, 9 Jun 2020 20:30:34 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A0=84=EC=9F=81=EC=9E=A5=20=ED=8C=90?= =?UTF-8?q?=EB=B3=84=20=EC=BD=94=EB=93=9C=20=EC=9E=84=EC=8B=9C=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/GeneralAI.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hwe/sammo/GeneralAI.php b/hwe/sammo/GeneralAI.php index eb2ed702..9aba6f8d 100644 --- a/hwe/sammo/GeneralAI.php +++ b/hwe/sammo/GeneralAI.php @@ -3212,11 +3212,11 @@ class GeneralAI } else if( $this->dipState !== self::d평화 && - $nationGeneral->getVar('crew') >= $this->nationPolicy->minWarCrew && - $nationGeneral->getVar('train') >= $nationGeneral->getVar('defence_train') && - $nationGeneral->getVar('atmos') >= $nationGeneral->getVar('defence_train') + $nationGeneral->getVar('crew') >= $this->nationPolicy->minWarCrew ){ $userWarGenerals[$generalID] = $nationGeneral; + //TODO: 훈련,사기 나중에 되돌릴 것 + //TODO: 징,모병턴 기준으로 계산하는 코드를 추가할 것 } else{ $userCivilGenerals[$generalID] = $nationGeneral;