diff --git a/hwe/sammo/GeneralAI.php b/hwe/sammo/GeneralAI.php index a76d2624..b26a4925 100644 --- a/hwe/sammo/GeneralAI.php +++ b/hwe/sammo/GeneralAI.php @@ -360,7 +360,7 @@ class GeneralAI $troopCandidate = []; foreach($this->troopLeaders as $troopLeader){ $leaderID = $troopLeader->getID(); - if(key_exists($leaderID, $this->nationPolicy->CombatForce)){ + if(!key_exists($leaderID, $this->nationPolicy->SupportForce)){ continue; } $currentCityID = $troopLeader->getCityID();