- "Wizardry Indeed" now makes the Shadow player to choose and discard a minion.

This commit is contained in:
marcins78
2013-02-01 12:14:04 +00:00
parent 1d8686c543
commit fe0f5f8340
2 changed files with 4 additions and 1 deletions

View File

@@ -1,4 +1,7 @@
<pre style="font-size:80%">
<b>01 Feb. 2013</b>
- "Wizardry Indeed" now makes the Shadow player to choose and discard a minion.
<b>28 Jan. 2013</b>
- "Home and Hearth" no longer triggers off Hobbits played by Shadow player.
- "Scaffolding" should correctly allow to stack a minion when it was discarded.

View File

@@ -51,7 +51,7 @@ public class Card4_108 extends AbstractOldEvent {
@Override
protected void opponentChosen(String opponentId) {
action.insertEffect(
new ChooseAndDiscardCardsFromPlayEffect(action, playerId, 1, 1, CardType.MINION));
new ChooseAndDiscardCardsFromPlayEffect(action, opponentId, 1, 1, CardType.MINION));
}
});
return action;