mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 11:32:00 -08:00
* Fixed a bug of All atack button if multiple players/Planeswalker could be attacked.
This commit is contained in:
parent
5ba94a7ec9
commit
0ac5777765
1 changed files with 1 additions and 1 deletions
|
|
@ -915,7 +915,7 @@ public class HumanPlayer extends PlayerImpl {
|
||||||
TargetDefender target = new TargetDefender(defenders, null);
|
TargetDefender target = new TargetDefender(defenders, null);
|
||||||
target.setNotTarget(true); // player or planswalker hexproof does not prevent attacking a player
|
target.setNotTarget(true); // player or planswalker hexproof does not prevent attacking a player
|
||||||
if (chooseTarget(Outcome.Damage, target, null, game)) {
|
if (chooseTarget(Outcome.Damage, target, null, game)) {
|
||||||
response.getUUID();
|
return response.getUUID();
|
||||||
}
|
}
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue