Fix policies not contributing stats from city-states (#7237)

This commit is contained in:
OptimizedForDensity 2022-06-20 19:18:42 -04:00 committed by GitHub
parent 954d0e4fe0
commit 83926eac7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -913,7 +913,7 @@ class CivilizationInfo {
fun endTurn() {
notifications.clear()
updateStatsForNextTurn()
val nextTurnStats = statsForNextTurn
policies.endTurn(nextTurnStats.culture.toInt())