mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-26 13:27:22 -04:00
Resolved #5162 - AI much less motivated to attack city-states
This commit is contained in:
parent
f9e0c39021
commit
f60464201b
@ -568,8 +568,7 @@ object NextTurnAutomation {
|
||||
if (theirCity.getTiles().none { tile -> tile.neighbors.any { it.getOwner() == theirCity.civInfo && it.getCity() != theirCity } })
|
||||
modifierMap["Isolated city"] = 15
|
||||
|
||||
//Maybe not needed if city-state has potential protectors?
|
||||
if (otherCiv.isCityState()) modifierMap["City-state"] = -10
|
||||
if (otherCiv.isCityState()) modifierMap["City-state"] = -20
|
||||
|
||||
return modifierMap.values.sum()
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user