deleting the annoying part of misimplemeted pledge to protect mechanic. (#5146)

Maybe poll this on discord.
This commit is contained in:
ravignir 2021-09-08 22:35:20 +02:00 committed by GitHub
parent 1530389507
commit ac5122741b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 */