"Change of Plans"

This commit is contained in:
marcins78@gmail.com
2011-09-06 17:40:04 +00:00
parent 428cd6191a
commit 14ecad9d89

View File

@@ -46,6 +46,7 @@ public class Card1_099 extends AbstractEvent {
List<PhysicalCard> hand = new LinkedList<PhysicalCard>(game.getGameState().getHand(opponentId)); List<PhysicalCard> hand = new LinkedList<PhysicalCard>(game.getGameState().getHand(opponentId));
for (PhysicalCard physicalCard : hand) for (PhysicalCard physicalCard : hand)
game.getGameState().putCardOnBottomOfDeck(physicalCard); game.getGameState().putCardOnBottomOfDeck(physicalCard);
game.getGameState().shuffleDeck(opponentId);
for (int i = 0; i < 8; i++) for (int i = 0; i < 8; i++)
action.addEffect(new DrawCardEffect(opponentId)); action.addEffect(new DrawCardEffect(opponentId));