[ORI] Added Tainted Remedy and Liliana Planeswalker. Fix for build bug of Sigled Starfish.

This commit is contained in:
LevelX2 2015-07-03 12:26:14 +02:00
parent 212f1e89b5
commit 25ca463520
7 changed files with 417 additions and 26 deletions

View file

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