Re-add 'construct great improvement' automation for great units that can't do their main actions

This commit is contained in:
yairm210
2024-06-27 23:13:05 +03:00
parent 929a3b7f22
commit b43839392d

View File

@ -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
}