mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-25 21:03:15 -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
|
||||
.filter { gameInfo.ruleSet.buildings[it]!!.isWonder }.size
|
||||
}.toDouble()
|
||||
scoreBreakdown["Techs"] = tech.getNumberOfTechsResearched() * 4.toDouble()
|
||||
scoreBreakdown["Technologies"] = tech.getNumberOfTechsResearched() * 4.toDouble()
|
||||
scoreBreakdown["Future Tech"] = tech.repeatingTechsResearched * 10.toDouble()
|
||||
|
||||
return scoreBreakdown
|
||||
|
Loading…
x
Reference in New Issue
Block a user