diff --git a/hwe/sammo/GeneralAI.php b/hwe/sammo/GeneralAI.php index 7d5986c7..5a45a118 100644 --- a/hwe/sammo/GeneralAI.php +++ b/hwe/sammo/GeneralAI.php @@ -3513,7 +3513,7 @@ class GeneralAI if ($officerLevel > 4) { $chiefGenerals[$officerLevel] = $nationGeneral; - } else if ($officerLevel > 2) { + } else if ($officerLevel >= 2) { $nationCities[$officerCity]['important'] += 1; }