mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-22 05:41:11 +07:00
Fix another untranslated String in Policy Screen (#8272)
This commit is contained in:
@ -325,7 +325,7 @@ class PolicyPickerScreen(val worldScreen: WorldScreen, civInfo: CivilizationInfo
|
||||
|
||||
val exclusive = ArrayList<String>()
|
||||
branch.uniqueMap[UniqueType.OnlyAvailableWhen.text]?.forEach {
|
||||
it.conditionals.forEach { exclusive += it.params }
|
||||
it.conditionals.forEach { exclusive += it.params.toString().tr() }
|
||||
}
|
||||
|
||||
if (exclusive.isNotEmpty()) {
|
||||
|
Reference in New Issue
Block a user