mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-31 07:09:26 +07:00
Fix autocracy bonus accidentally being disabled (#4572)
This commit is contained in:
@ -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])) {
|
||||
modifiers.add("Temporary Bonus", unique.params[0].toInt())
|
||||
}
|
||||
|
Reference in New Issue
Block a user