This commit is contained in:
Yair Morgenstern
2020-09-18 11:27:11 +03:00
parent dcb1b3f1e8
commit 8db955b851
30 changed files with 164 additions and 428 deletions

View File

@ -32,7 +32,7 @@ class GreatPersonPickerScreen(val civInfo:CivilizationInfo) : PickerScreen() {
theChosenOne = unit
val unitDescription=HashSet<String>()
unit.uniques.forEach { unitDescription.add(it.tr()) }
pick("Get ".tr() +unit.name.tr())
pick("Get [${unit.name}]".tr())
descriptionLabel.setText(unitDescription.joinToString())
}
topTable.add(button).pad(10f).row()