mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-16 18:59:15 +07:00
Removed hydro plant from loaded games
This commit is contained in:
@ -280,7 +280,7 @@
|
||||
name:"Harbor",
|
||||
maintenance:2,
|
||||
hurryCostModifier:25,
|
||||
uniques:["+1 production from all sea resources worked by the city","Connects trade routes over water"]
|
||||
uniques:["+1 production from all sea resources worked by the city","Connects trade routes over water"] // todo - trade routes over water!
|
||||
requiredTech:"Compass"
|
||||
},
|
||||
{
|
||||
|
@ -21,8 +21,8 @@ android {
|
||||
applicationId "com.unciv.game"
|
||||
minSdkVersion 14
|
||||
targetSdkVersion 26
|
||||
versionCode 151
|
||||
versionName "2.9.5"
|
||||
versionCode 152
|
||||
versionName "2.9.6"
|
||||
}
|
||||
buildTypes {
|
||||
release {
|
||||
|
Reference in New Issue
Block a user