mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-29 14:20:17 +07:00
Add spaces between 'replaces' unit promotion uniques
This commit is contained in:
@ -298,7 +298,7 @@ object BaseUnitDescriptions {
|
||||
for (promotion in betterUnit.promotions.filter { it !in originalUnit.promotions }) {
|
||||
// Needs tr for **individual** translations (no bracket nesting), default separator would have extra blank
|
||||
val effects = ruleset.unitPromotions[promotion]!!.uniques
|
||||
.joinToString(",") { it.tr() }
|
||||
.joinToString() { it.tr() }
|
||||
yield("{$promotion} ($effects)" to "Promotion/$promotion")
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user