mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-05 15:59:50 +07:00
Added resources and terrain features back to land-only maps
This commit is contained in:
@ -21,8 +21,8 @@ android {
|
|||||||
applicationId "com.unciv.game"
|
applicationId "com.unciv.game"
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 26
|
targetSdkVersion 26
|
||||||
versionCode 145
|
versionCode 146
|
||||||
versionName "2.9.0"
|
versionName "2.9.0.1"
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
release {
|
release {
|
||||||
|
@ -125,6 +125,7 @@ open class SeedRandomMapGenerator : RandomMapGenerator() {
|
|||||||
|
|
||||||
val mapToReturn = HashMap<String,TileInfo>()
|
val mapToReturn = HashMap<String,TileInfo>()
|
||||||
for (entry in map){
|
for (entry in map){
|
||||||
|
randomizeTile(entry.value)
|
||||||
mapToReturn[entry.key.toString()] = entry.value
|
mapToReturn[entry.key.toString()] = entry.value
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user