Improved undo for All Attack action.

This commit is contained in:
LevelX2 2015-07-03 21:05:59 +02:00
parent 946af6913d
commit cea7bb4e87

View file

@ -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