mirror of
https://github.com/yairm210/Unciv.git
synced 2025-02-20 19:56:51 +01:00
This commit is contained in:
parent
ff696a9272
commit
11a0ef52d1
|
|
@ -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
|
||||
)
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user