Update CityLocationTileRanker.kt

This commit is contained in:
EmperorPinguin 2025-01-11 20:52:31 +01:00 committed by GitHub
parent 5ba47e675e
commit a325e68e6f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -133,7 +133,7 @@ object CityLocationTileRanker {
// If it is not higher the settler may get stuck when it ranks the same tile differently
// as it moves away from the city and doesn't include it in the calculation
// and values it higher than when it moves closer to the city
distanceToCity == 6 -> 4f
distanceToCity == 6 -> 3f
distanceToCity == 5 -> 8f // Settling further away sacrifices tempo
distanceToCity == 4 -> 4f
distanceToCity < 4 -> -30f // Even if it is a mod that lets us settle closer, lets still not do it