mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-26 05:14:32 -04:00
Victory status window should translate "Technologies" entry. (#7210)
There is no "Techs" string in the translation files. Use "Technologies" instead.
This commit is contained in:
parent
7614cc01c4
commit
c9f0d19555
@ -773,7 +773,7 @@ class CivilizationInfo {
|
|||||||
.sumOf { city -> city.cityConstructions.builtBuildings
|
.sumOf { city -> city.cityConstructions.builtBuildings
|
||||||
.filter { gameInfo.ruleSet.buildings[it]!!.isWonder }.size
|
.filter { gameInfo.ruleSet.buildings[it]!!.isWonder }.size
|
||||||
}.toDouble()
|
}.toDouble()
|
||||||
scoreBreakdown["Techs"] = tech.getNumberOfTechsResearched() * 4.toDouble()
|
scoreBreakdown["Technologies"] = tech.getNumberOfTechsResearched() * 4.toDouble()
|
||||||
scoreBreakdown["Future Tech"] = tech.repeatingTechsResearched * 10.toDouble()
|
scoreBreakdown["Future Tech"] = tech.repeatingTechsResearched * 10.toDouble()
|
||||||
|
|
||||||
return scoreBreakdown
|
return scoreBreakdown
|
||||||
|
Loading…
x
Reference in New Issue
Block a user