mirror of
https://github.com/yairm210/Unciv.git
synced 2025-01-20 09:17:47 +07:00
Fixed "camel archer melee unit" and "sydney opera house 0 turns to build" bugs
This commit is contained in:
parent
885070de99
commit
f66e54a127
@ -432,6 +432,7 @@
|
||||
era:"Information",
|
||||
techCost: 8465,
|
||||
buildingCost:750,
|
||||
wonderCost:2000,
|
||||
techs:[
|
||||
{
|
||||
name:"Ecology",
|
||||
|
@ -311,7 +311,7 @@
|
||||
name:"Camel Archer",
|
||||
replaces:"Knight",
|
||||
uniqueTo:"Arabia",
|
||||
unitType:"Mounted",
|
||||
unitType:"Ranged",
|
||||
movement:4,
|
||||
strength:17,
|
||||
rangedStrength:21,
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user