- "A Dragon's Tale" now makes shadow player exert one of his/her minions.
This commit is contained in:
@@ -48,7 +48,7 @@ public class Card18_106 extends AbstractPermanent {
|
||||
@Override
|
||||
protected void opponentChosen(String opponentId) {
|
||||
action.appendEffect(
|
||||
new ChooseAndExertCharactersEffect(action, playerId, 1, 1, Filters.owner(playerId), CardType.MINION));
|
||||
new ChooseAndExertCharactersEffect(action, opponentId, 1, 1, Filters.owner(opponentId), CardType.MINION));
|
||||
}
|
||||
});
|
||||
return Collections.singletonList(action);
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
<pre style="font-size:80%">
|
||||
<b>22 May 2012</b>
|
||||
- "A Dragon's Tale" now makes shadow player exert one of his/her minions.
|
||||
|
||||
<b>16 May 2012</b>
|
||||
- "Glamdring, Elven Blade" now lets the shadow player to choose a minion to exert.
|
||||
- "Change of Plans" should now work correctly.
|
||||
|
||||
Reference in New Issue
Block a user