Merge remote-tracking branch 'origin/master'

This commit is contained in:
yairm210 2021-09-08 23:46:17 +03:00
commit 6d3423f5b0

View File

@ -642,15 +642,6 @@ class DiplomacyManager() {
}
}
}
if (otherCiv.isCityState()) {
for (thirdCiv in otherCiv.getProtectorCivs()) {
if (thirdCiv.knows(civInfo)
&& thirdCiv.getDiplomacyManager(civInfo).canDeclareWar()) {
thirdCiv.getDiplomacyManager(civInfo).declareWar()
}
}
}
}
/** Should only be called from makePeace */