- Additional fix for the other stat.

This commit is contained in:
Agetian
2019-03-08 12:50:15 +03:00
parent efd9b6a0fc
commit e4bd18e25c

View File

@@ -1692,7 +1692,7 @@ public class ComputerUtilCombat {
continue;
}
if (ability.hasParam("Adapt") && blocker.getCounters(CounterType.P1P1) > 0) {
if (ability.hasParam("Adapt") && attacker.getCounters(CounterType.P1P1) > 0) {
continue;
}