From 861e45419be7f45a33439ba5e83b57a82cc735c1 Mon Sep 17 00:00:00 2001 From: hide_d Date: Tue, 9 Jun 2020 20:50:57 +0900 Subject: [PATCH] =?UTF-8?q?=ED=8F=AC=EC=83=81=20=EA=B2=80=EC=82=AC=20?= =?UTF-8?q?=EB=A1=9C=EC=A7=81=20=EB=B9=A0=EC=A7=84=20=EB=B6=80=EB=B6=84=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 5234c3cc..f78fbf5b 100644 --- a/hwe/sammo/GeneralAI.php +++ b/hwe/sammo/GeneralAI.php @@ -1465,6 +1465,9 @@ class GeneralAI if($targetNPCGeneral->getVar($resName) >= $reqNPCMinDevelRes){ break; } + if($targetNPCGeneral->getVar('killturn') <= 5){ + continue; + } $enoughMoney = $reqNPCMinDevelRes * 1.5;