mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-31 23:29:53 +07:00
3.10.10
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user