mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-20 20:59:18 +07:00
Fix policies not contributing stats from city-states (#7237)
This commit is contained in:

committed by
GitHub

parent
954d0e4fe0
commit
83926eac7c
@ -913,7 +913,7 @@ class CivilizationInfo {
|
||||
|
||||
fun endTurn() {
|
||||
notifications.clear()
|
||||
|
||||
updateStatsForNextTurn()
|
||||
val nextTurnStats = statsForNextTurn
|
||||
|
||||
policies.endTurn(nextTurnStats.culture.toInt())
|
||||
|
Reference in New Issue
Block a user