mirror of
https://github.com/magefree/mage.git
synced 2026-01-24 04:09:54 -08:00
[ORI] Added Tainted Remedy and Liliana Planeswalker. Fix for build bug of Sigled Starfish.
This commit is contained in:
parent
212f1e89b5
commit
25ca463520
7 changed files with 417 additions and 26 deletions
|
|
@ -792,7 +792,7 @@ public class HumanPlayer extends PlayerImpl {
|
|||
|
||||
game.fireSelectEvent(playerId, "Select attackers", options);
|
||||
waitForResponse(game);
|
||||
if (response.getString() != null && response.getString().equals("special")) {
|
||||
if (response.getString() != null && response.getString().equals("special")) { // All attack
|
||||
setStoredBookmark(game.bookmarkState());
|
||||
UUID attackedDefender = null;
|
||||
if (game.getCombat().getDefenders().size() > 1) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue