- Fix a bug with the AI not considering Adapt correctly during attack.

This commit is contained in:
Agetian
2019-03-08 12:49:06 +03:00
parent 4b6cf610a7
commit efd9b6a0fc

View File

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