Cultural Ranking is by policies, including free policies, but not including completion policies
This commit is contained in:
parent
4b3314fe7b
commit
b9de9a6a40
1 changed files with 1 additions and 1 deletions
|
@ -328,7 +328,7 @@ class CivilizationInfo {
|
|||
RankingType.Force -> units.sumBy { it.baseUnit.strength }
|
||||
RankingType.Happiness -> getHappiness()
|
||||
RankingType.Technologies -> tech.researchedTechnologies.size
|
||||
RankingType.Culture -> policies.numberOfAdoptedPolicies
|
||||
RankingType.Culture -> policies.adoptedPolicies.count { !it.endsWith("Complete") }
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue