mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-27 05:46:43 -04:00
Fixed icon and text for resource stats improvements in Improvement Civilopedia pages 0- #6131
This commit is contained in:
parent
4fe8450b69
commit
1e6b0e248c
@ -127,7 +127,7 @@ class TileImprovement : RulesetStatsObject() {
|
|||||||
}
|
}
|
||||||
val statsString = resource.improvementStats.toString()
|
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) {
|
if (techRequired != null) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user