mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-20 20:59:18 +07:00
This commit is contained in:
@ -183,7 +183,7 @@ class CivInfoStatsForNextTurn(val civInfo: Civilization) {
|
||||
Constants.cityStates,
|
||||
Stats().add(
|
||||
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