From dcebb79590b0f9ab1b154c9997498a58d32849cc Mon Sep 17 00:00:00 2001 From: hide_d Date: Tue, 28 Apr 2020 04:02:14 +0900 Subject: [PATCH] =?UTF-8?q?=EC=B6=9C=EB=B3=91=20=EA=B8=B0=EC=A4=80=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/GeneralAI.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hwe/sammo/GeneralAI.php b/hwe/sammo/GeneralAI.php index 8c3eafe8..7fbbe01d 100644 --- a/hwe/sammo/GeneralAI.php +++ b/hwe/sammo/GeneralAI.php @@ -2314,6 +2314,9 @@ class GeneralAI if($general->getVar('atmos') < $this->nationPolicy->properWarTrainAtmos){ return null; } + if($general->getVar('crew') < $this->nationPolicy->minWarCrew){ + return null; + } if($city['front'] === 0){ return null;