mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-28 06:16:37 -04: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",
|
era:"Information",
|
||||||
techCost: 8465,
|
techCost: 8465,
|
||||||
buildingCost:750,
|
buildingCost:750,
|
||||||
|
wonderCost:2000,
|
||||||
techs:[
|
techs:[
|
||||||
{
|
{
|
||||||
name:"Ecology",
|
name:"Ecology",
|
||||||
|
@ -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,
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user