mirror of
https://github.com/yairm210/Unciv.git
synced 2025-02-11 11:28:03 +07:00
Fix autocracy bonus accidentally being disabled (#4572)
This commit is contained in:
parent
1b397f0583
commit
2db2dc0db7
@ -137,7 +137,7 @@ object BattleDamage {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
for (unique in attacker.getCivInfo().getMatchingUniques("[]% attack strength to all [] units for [] turns")) {
|
for (unique in attacker.getCivInfo().getMatchingUniques("+[]% attack strength to all [] units for [] turns")) {
|
||||||
if (attacker.matchesCategory(unique.params[1])) {
|
if (attacker.matchesCategory(unique.params[1])) {
|
||||||
modifiers.add("Temporary Bonus", unique.params[0].toInt())
|
modifiers.add("Temporary Bonus", unique.params[0].toInt())
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user