mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-28 13:48:49 +07:00
After accepting a trade you cannot "accept" the same trade again
This commit is contained in:
@ -110,8 +110,10 @@ class TradeScreen(val otherCivilization: CivilizationInfo) : CameraStageBaseScre
|
||||
}
|
||||
}
|
||||
|
||||
update()
|
||||
tradeText.setText("Pleasure doing business with you!".tr())
|
||||
val newTradeScreen = TradeScreen(otherCivilization)
|
||||
newTradeScreen.tradeText.setText("Pleasure doing business with you!".tr())
|
||||
UnCivGame.Current.screen = newTradeScreen
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user