mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-22 19:08:48 -04:00
Text fix
This commit is contained in:
parent
6d278bc2fe
commit
513c29339e
@ -163,7 +163,7 @@ class TileResource : RulesetStatsObject(), GameResource {
|
||||
}
|
||||
if (buildingsRequiringThis.isNotEmpty()) {
|
||||
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 {
|
||||
textList += FormattedLine(it.name, link = it.makeLink(), indent = 1)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user