mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-12 08:49:22 +07:00
- Translation fix for great people - #6131
This commit is contained in:
@ -351,7 +351,7 @@ class CityStatsTable(val cityScreen: CityScreen): Table() {
|
|||||||
|
|
||||||
info.add(ImageGetter.getUnitIcon(greatPersonName, Color.GOLD).toGroup(20f))
|
info.add(ImageGetter.getUnitIcon(greatPersonName, Color.GOLD).toGroup(20f))
|
||||||
.left().padBottom(4f).padRight(5f)
|
.left().padBottom(4f).padRight(5f)
|
||||||
info.add("$greatPersonName (+$gppPerTurn)".toLabel()).left().padBottom(4f).expandX().row()
|
info.add("{$greatPersonName} (+$gppPerTurn)".toLabel()).left().padBottom(4f).expandX().row()
|
||||||
|
|
||||||
val gppCurrent = cityInfo.civInfo.greatPeople.greatPersonPointsCounter[greatPersonName]
|
val gppCurrent = cityInfo.civInfo.greatPeople.greatPersonPointsCounter[greatPersonName]
|
||||||
val gppNeeded = cityInfo.civInfo.greatPeople.pointsForNextGreatPerson
|
val gppNeeded = cityInfo.civInfo.greatPeople.pointsForNextGreatPerson
|
||||||
|
Reference in New Issue
Block a user