Update Automation.kt (#12789)

I propose to not slow down growth if we're growing well, we need the trade route gold (players have been complaining quite a bit recently about AI bleeding gold on Warlord and lower).
This commit is contained in:
EmperorPinguin 2025-01-11 19:03:19 +01:00 committed by GitHub
parent e3e2831f9a
commit 7fb5648aa1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -58,8 +58,6 @@ object Automation {
// probably due to badly configured personalities not properly weighing food vs non-food yields
if (city.population.population < 5)
return 2f
if (surplusFood > city.population.getFoodToNextPopulation() / (10 * speed))
return 0.75f // get Growth just under Production
return 1.5f
}
// Human weights. May be different since AI Happiness is always "easier"