diff --git a/hwe/sammo/GeneralAI.php b/hwe/sammo/GeneralAI.php index c354c8ce..139aef37 100644 --- a/hwe/sammo/GeneralAI.php +++ b/hwe/sammo/GeneralAI.php @@ -1543,6 +1543,10 @@ class GeneralAI return null; } + if(!$this->nation['capital']){ + return null; + } + $targetNationID = $this->findWarTarget();