- "Glamdring, Elven Blade" now lets the shadow player to choose a minion to exert.
This commit is contained in:
@@ -57,7 +57,7 @@ public class Card7_039 extends AbstractAttachableFPPossession {
|
||||
@Override
|
||||
protected void opponentChosen(String opponentId) {
|
||||
action.insertEffect(
|
||||
new ChooseAndExertCharactersEffect(action, playerId, 1, 1, CardType.MINION));
|
||||
new ChooseAndExertCharactersEffect(action, opponentId, 1, 1, CardType.MINION));
|
||||
}
|
||||
});
|
||||
return Collections.singletonList(action);
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
<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>
|
||||
- "City of Men" should now correctly discard a minion at the end of the skirmish.
|
||||
- "Extraordinary Resilience" should now work correctly.
|
||||
|
||||
Reference in New Issue
Block a user