mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-28 06:16:37 -04:00
deleting the annoying part of misimplemeted pledge to protect mechanic. (#5146)
Maybe poll this on discord.
This commit is contained in:
parent
1530389507
commit
ac5122741b
@ -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 */
|
/** Should only be called from makePeace */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user