mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-25 04:43:05 -04:00
Resolved #3865 - Kudos @SomeTroglodyte
This commit is contained in:
parent
f2a25b26ab
commit
8160d76f97
@ -536,6 +536,7 @@ object NextTurnAutomation {
|
||||
otherCiv.popupAlerts.add(PopupAlert(AlertType.CitySettledNearOtherCivDespiteOurPromise, civInfo.civName))
|
||||
diplomacyManager.setFlag(DiplomacyFlags.IgnoreThemSettlingNearUs, 100)
|
||||
diplomacyManager.setModifier(DiplomaticModifiers.BetrayedPromiseToNotSettleCitiesNearUs, -20f)
|
||||
diplomacyManager.removeFlag(DiplomacyFlags.AgreedToNotSettleNearUs)
|
||||
}
|
||||
else -> {
|
||||
val threatLevel = Automation.threatAssessment(civInfo, otherCiv)
|
||||
|
Loading…
x
Reference in New Issue
Block a user