Fixed icon and text for resource stats improvements in Improvement Civilopedia pages 0- #6131

This commit is contained in:
Yair Morgenstern 2022-02-18 00:07:08 +02:00
parent 4fe8450b69
commit 1e6b0e248c

View File

@ -127,7 +127,7 @@ class TileImprovement : RulesetStatsObject() {
}
val statsString = resource.improvementStats.toString()
textList += FormattedLine("${statsString}{ for }{$name}", link = "Resource/$name")
textList += FormattedLine("[${statsString}] <in [${resource.name}] tiles>", link = "Resource/${resource.name}")
}
if (techRequired != null) {