- "A Dragon's Tale" now makes shadow player exert one of his/her minions.

This commit is contained in:
marcins78@gmail.com
2012-05-22 10:45:26 +00:00
parent dd4e2149bd
commit e417371516
2 changed files with 4 additions and 1 deletions

View File

@@ -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);

View File

@@ -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.