mirror of
https://github.com/yairm210/Unciv.git
synced 2025-02-20 19:56:51 +01:00
Merge branch 'yairm210:master' into master
This commit is contained in:
commit
e46afa6949
|
|
@ -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…
Reference in New Issue
Block a user