When settlers have no viable spots within 5 tiles, they random walk to edges of walking ability

This commit is contained in:
Yair Morgenstern
2018-05-16 23:45:25 +03:00
parent 75b6a59ef4
commit d3799a0c64
2 changed files with 10 additions and 9 deletions

View File

@ -21,8 +21,8 @@ android {
applicationId "com.unciv.game"
minSdkVersion 14
targetSdkVersion 26
versionCode 57
versionName "2.1.7"
versionCode 58
versionName "2.1.8"
}
buildTypes {
release {