Merging discards into one.

This commit is contained in:
marcins78@gmail.com
2011-11-20 19:56:54 +00:00
parent 39cac86754
commit a9c4f2567e

View File

@@ -43,9 +43,7 @@ public class Card1_023 extends AbstractResponseOldEvent {
new ChooseOpponentEffect(playerId) {
@Override
protected void opponentChosen(String opponentId) {
action.appendEffect(new DiscardTopCardFromDeckEffect(self, opponentId, true));
action.appendEffect(new DiscardTopCardFromDeckEffect(self, opponentId, true));
action.appendEffect(new DiscardTopCardFromDeckEffect(self, opponentId, true));
action.appendEffect(new DiscardTopCardFromDeckEffect(self, opponentId, 3, true));
}
});
return Collections.singletonList(action);