mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
406.3 extended
This commit is contained in:
committed by
Michael Kamensky
parent
c8c90c26ab
commit
a1b3a2e40b
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user