- "Glamdring, Elven Blade" now lets the shadow player to choose a minion to exert.

This commit is contained in:
marcins78@gmail.com
2012-05-16 10:16:24 +00:00
parent 45b3ef023e
commit f6b980a5af
2 changed files with 4 additions and 1 deletions

View File

@@ -57,7 +57,7 @@ public class Card7_039 extends AbstractAttachableFPPossession {
@Override @Override
protected void opponentChosen(String opponentId) { protected void opponentChosen(String opponentId) {
action.insertEffect( action.insertEffect(
new ChooseAndExertCharactersEffect(action, playerId, 1, 1, CardType.MINION)); new ChooseAndExertCharactersEffect(action, opponentId, 1, 1, CardType.MINION));
} }
}); });
return Collections.singletonList(action); return Collections.singletonList(action);

View File

@@ -1,4 +1,7 @@
<pre style="font-size:80%"> <pre style="font-size:80%">
<b>16 May 2012</b>
- "Glamdring, Elven Blade" now lets the shadow player to choose a minion to exert.
<b>14 May 2012</b> <b>14 May 2012</b>
- "City of Men" should now correctly discard a minion at the end of the skirmish. - "City of Men" should now correctly discard a minion at the end of the skirmish.
- "Extraordinary Resilience" should now work correctly. - "Extraordinary Resilience" should now work correctly.