Resolved #1808 - Disabled declaration of friendship

This commit is contained in:
Yair Morgenstern 2020-01-30 20:16:05 +02:00
parent c2eac14b3a
commit 1119968f59
2 changed files with 4 additions and 1 deletions

View File

@ -26,7 +26,7 @@ class NextTurnAutomation{
respondToTradeRequests(civInfo)
if(civInfo.isMajorCiv()) {
offerDeclarationOfFriendship(civInfo)
// offerDeclarationOfFriendship(civInfo)
offerPeaceTreaty(civInfo)
offerResearchAgreement(civInfo)
exchangeTechs(civInfo)

View File

@ -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()