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:
Yair Morgenstern
2019-09-08 23:33:39 +03:00
parent 7603d3c839
commit 9e0ba99c0a
4 changed files with 46 additions and 3 deletions

View File

@ -184,7 +184,7 @@
Simplified_Chinese:"我们遇到了城邦--[name]"
Russian:"Мы обнаружили город-государство [name]!"
}
// Friendship declaration flavor texts
"Declare Friendship ([numberOfTurns] turns)":{
Italian:"Dichiarazione di Amicizia ([numberOfTurns] turni)"

View File

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