mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-25 21:03:15 -04:00
Revert blocking DoF change (#12391)
This commit is contained in:
parent
8cc3c50c24
commit
caa2aca3cb
@ -214,12 +214,12 @@ class AlertPopup(
|
||||
val playerDiploManager = viewingCiv.getDiplomacyManager(otherciv)!!
|
||||
addLeaderName(otherciv)
|
||||
addGoodSizedLabel("My friend, shall we declare our friendship to the world?").row()
|
||||
addButton("We are not interested.", KeyboardBinding.Cancel) {
|
||||
addCloseButton("Declare Friendship ([30] turns)", KeyboardBinding.Confirm) {
|
||||
playerDiploManager.signDeclarationOfFriendship()
|
||||
}.row()
|
||||
addCloseButton("We are not interested.", KeyboardBinding.Cancel) {
|
||||
playerDiploManager.otherCivDiplomacy().setFlag(DiplomacyFlags.DeclinedDeclarationOfFriendship, 20)
|
||||
}.row()
|
||||
addButton("Declare Friendship ([30] turns)", KeyboardBinding.Confirm) {
|
||||
playerDiploManager.signDeclarationOfFriendship()
|
||||
}
|
||||
}
|
||||
|
||||
private fun addDefeated() {
|
||||
@ -242,7 +242,6 @@ class AlertPopup(
|
||||
addCloseButton("We shall do as we please.", KeyboardBinding.Cancel) {
|
||||
playerDiploManager.refuseDemandNotToSettleNear()
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
private fun addDemandToStopSpreadingReligion() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user