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