- "Wizardry Indeed" now makes the Shadow player to choose and discard a minion.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user