mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-24 03:53:12 -04:00
Text fix
This commit is contained in:
parent
6d278bc2fe
commit
513c29339e
@ -163,7 +163,7 @@ class TileResource : RulesetStatsObject(), GameResource {
|
|||||||
}
|
}
|
||||||
if (buildingsRequiringThis.isNotEmpty()) {
|
if (buildingsRequiringThis.isNotEmpty()) {
|
||||||
textList += FormattedLine()
|
textList += FormattedLine()
|
||||||
textList += FormattedLine("{Buildings that require this resource worked near the city}: ")
|
textList += FormattedLine("{Buildings that require this resource improved near the city}: ")
|
||||||
buildingsRequiringThis.forEach {
|
buildingsRequiringThis.forEach {
|
||||||
textList += FormattedLine(it.name, link = it.makeLink(), indent = 1)
|
textList += FormattedLine(it.name, link = it.makeLink(), indent = 1)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user