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;