Resolved #830 - city-states no longer offer trades
This commit is contained in:
parent
4b4f5e77b8
commit
8040cb01b9
1 changed files with 5 additions and 3 deletions
|
@ -16,9 +16,11 @@ class NextTurnAutomation{
|
|||
|
||||
/** Top-level AI turn tasklist */
|
||||
fun automateCivMoves(civInfo: CivilizationInfo) {
|
||||
offerPeaceTreaty(civInfo)
|
||||
exchangeTechs(civInfo)
|
||||
exchangeLuxuries(civInfo)
|
||||
if(civInfo.isMajorCiv()) {
|
||||
offerPeaceTreaty(civInfo)
|
||||
exchangeTechs(civInfo)
|
||||
exchangeLuxuries(civInfo)
|
||||
}
|
||||
|
||||
chooseTechToResearch(civInfo)
|
||||
adoptPolicy(civInfo)
|
||||
|
|
Loading…
Reference in a new issue