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", era:"Information",
techCost: 8465, techCost: 8465,
buildingCost:750, buildingCost:750,
wonderCost:2000,
techs:[ techs:[
{ {
name:"Ecology", name:"Ecology",

View File

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

View File

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