Fixed "camel archer melee unit" and "sydney opera house 0 turns to build" bugs

This commit is contained in:
Yair Morgenstern 2018-12-24 20:50:36 +02:00
parent 885070de99
commit f66e54a127
3 changed files with 4 additions and 3 deletions

View File

@ -432,6 +432,7 @@
era:"Information",
techCost: 8465,
buildingCost:750,
wonderCost:2000,
techs:[
{
name:"Ecology",

View File

@ -311,7 +311,7 @@
name:"Camel Archer",
replaces:"Knight",
uniqueTo:"Arabia",
unitType:"Mounted",
unitType:"Ranged",
movement:4,
strength:17,
rangedStrength:21,

View File

@ -21,8 +21,8 @@ android {
applicationId "com.unciv.game"
minSdkVersion 14
targetSdkVersion 28
versionCode 183
versionName "2.11.1"
versionCode 184
versionName "2.11.2"
}
// Had to add this crap for Travis to build, it wanted to sign the app