Indonesian is in and has a flag

This commit is contained in:
Yair Morgenstern 2019-12-26 12:15:26 +02:00
parent fd8528af7a
commit 94f1b074c9
6 changed files with 1513 additions and 330 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

File diff suppressed because it is too large Load diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 877 KiB

After

Width:  |  Height:  |  Size: 880 KiB

View file

@ -1,7 +1,8 @@
Traditional_Chinese = 97
Italian = 100
Polish = 99
Russian = 97
Polish = 100
Russian = 99
Bahasa_Indonesia = 16
Romanian = 49
Korean = 95
Simplified_Chinese = 97

View file

@ -14,11 +14,14 @@ import com.unciv.models.ruleset.unit.UnitType
import com.unciv.ui.worldscreen.unit.UnitAction
import com.unciv.ui.worldscreen.unit.UnitActions
const val CLOSE_ENEMY_TURNS_AWAY_LIMIT = 3f
const val CLOSE_ENEMY_TILES_AWAY_LIMIT = 5
class UnitAutomation{
companion object {
const val CLOSE_ENEMY_TILES_AWAY_LIMIT = 5
const val CLOSE_ENEMY_TURNS_AWAY_LIMIT = 3f
}
fun automateUnitMoves(unit: MapUnit) {
if (unit.name == Constants.settler) {