This commit is contained in:
yairm210 2025-02-14 10:46:20 +02:00
parent 6d278bc2fe
commit 513c29339e

View File

@ -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)
}