diff --git a/hwe/sammo/GeneralAI.php b/hwe/sammo/GeneralAI.php index 58d74f8a..756aff34 100644 --- a/hwe/sammo/GeneralAI.php +++ b/hwe/sammo/GeneralAI.php @@ -3121,7 +3121,7 @@ class GeneralAI $db = DB::db(); $dupLord = $db->queryFirstField('SELECT COUNT(*) FROM general WHERE officer_level = 12 AND city = %i', $this->general->getCityID()); - if($dupLord <= 1) { + if($dupLord <= 1 && !in_array($this->general->getRawCity()['level'], [5, 6])) { return null; }