mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-21 13:18:56 +07:00
This commit is contained in:
@ -183,7 +183,7 @@ class CivInfoStatsForNextTurn(val civInfo: Civilization) {
|
|||||||
Constants.cityStates,
|
Constants.cityStates,
|
||||||
Stats().add(
|
Stats().add(
|
||||||
Stat.valueOf(unique.params[0]),
|
Stat.valueOf(unique.params[0]),
|
||||||
statsForNextTurn[Stat.valueOf(unique.params[0])] * unique.params[1].toFloat() / 100f
|
otherCiv.stats.statsForNextTurn[Stat.valueOf(unique.params[0])] * unique.params[1].toFloat() / 100f
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user