406.3 extended

This commit is contained in:
Bug Hunter
2022-02-11 03:29:13 +00:00
committed by Michael Kamensky
parent c8c90c26ab
commit a1b3a2e40b
5 changed files with 10 additions and 6 deletions

View File

@@ -728,10 +728,6 @@ public class AiAttackController {
// because creatures not chosen can't attack.
if (!nextTurn) {
for (final Card attacker : this.attackers) {
if (!CombatUtil.canAttack(attacker, defender)) {
attackersLeft.remove(attacker);
continue;
}
boolean mustAttack = false;
// TODO this might result into trying to attack the wrong player
if (attacker.isGoaded()) {