mirror of
https://github.com/yairm210/Unciv.git
synced 2025-02-20 19:56:51 +01:00
Resolved #1808 - Disabled declaration of friendship
This commit is contained in:
parent
c2eac14b3a
commit
1119968f59
|
|
@ -26,7 +26,7 @@ class NextTurnAutomation{
|
|||
respondToTradeRequests(civInfo)
|
||||
|
||||
if(civInfo.isMajorCiv()) {
|
||||
offerDeclarationOfFriendship(civInfo)
|
||||
// offerDeclarationOfFriendship(civInfo)
|
||||
offerPeaceTreaty(civInfo)
|
||||
offerResearchAgreement(civInfo)
|
||||
exchangeTechs(civInfo)
|
||||
|
|
|
|||
|
|
@ -34,6 +34,9 @@ class MapDownloadPopup(loadMapScreen: LoadMapScreen): Popup(loadMapScreen) {
|
|||
scrollableMapTable.add(downloadMapButton).row()
|
||||
}
|
||||
contentTable.add(ScrollPane(scrollableMapTable)).height(screen.stage.height * 2 / 3).row()
|
||||
pack()
|
||||
close()
|
||||
open()
|
||||
}
|
||||
} catch (ex: Exception) {
|
||||
addGoodSizedLabel("Could not get list of maps!").row()
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user