mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-27 08:09:21 +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() {
|
fun endTurn() {
|
||||||
notifications.clear()
|
notifications.clear()
|
||||||
|
updateStatsForNextTurn()
|
||||||
val nextTurnStats = statsForNextTurn
|
val nextTurnStats = statsForNextTurn
|
||||||
|
|
||||||
policies.endTurn(nextTurnStats.culture.toInt())
|
policies.endTurn(nextTurnStats.culture.toInt())
|
||||||
|
Reference in New Issue
Block a user