forked from External/mage
Improved undo for All Attack action.
This commit is contained in:
parent
946af6913d
commit
cea7bb4e87
1 changed files with 1 additions and 1 deletions
|
|
@ -806,7 +806,7 @@ public class HumanPlayer extends PlayerImpl {
|
|||
attackedDefender, attacker.getId(), attacker.getControllerId()), game)) {
|
||||
continue;
|
||||
}
|
||||
declareAttacker(attacker.getId(), attackedDefender, game, true);
|
||||
declareAttacker(attacker.getId(), attackedDefender, game, false);
|
||||
}
|
||||
} else if (response.getBoolean() != null) {
|
||||
// check if enough attackers are declared
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue