diff --git a/core/src/com/unciv/logic/automation/unit/CivilianUnitAutomation.kt b/core/src/com/unciv/logic/automation/unit/CivilianUnitAutomation.kt index 1cb6dd944e..fcac2ef4ba 100644 --- a/core/src/com/unciv/logic/automation/unit/CivilianUnitAutomation.kt +++ b/core/src/com/unciv/logic/automation/unit/CivilianUnitAutomation.kt @@ -138,6 +138,8 @@ object CivilianUnitAutomation { // (depending on number of cities) and after that they should just be used to start golden // ages? + if (SpecificUnitAutomation.automateImprovementPlacer(unit)) return + return // The AI doesn't know how to handle unknown civilian units }