mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-20 12:48:56 +07:00
Invalid trade requests (e.g. giving a city that isn't yours anymore or resources you no longer own) are discarded at the beginning of the civ's turn
This commit is contained in:
@ -184,7 +184,7 @@
|
||||
Simplified_Chinese:"我们遇到了城邦--[name]!"
|
||||
Russian:"Мы обнаружили город-государство [name]!"
|
||||
}
|
||||
|
||||
|
||||
// Friendship declaration flavor texts
|
||||
"Declare Friendship ([numberOfTurns] turns)":{
|
||||
Italian:"Dichiarazione di Amicizia ([numberOfTurns] turni)"
|
||||
|
@ -21,8 +21,8 @@ android {
|
||||
applicationId "com.unciv.app"
|
||||
minSdkVersion 14
|
||||
targetSdkVersion 29
|
||||
versionCode 295
|
||||
versionName "3.0.2"
|
||||
versionCode 296
|
||||
versionName "3.0.3"
|
||||
}
|
||||
|
||||
// Had to add this crap for Travis to build, it wanted to sign the app
|
||||
|
Reference in New Issue
Block a user