- "Refuge" now discards companion from hand, rather than condition to heal a companion.
This commit is contained in:
@@ -38,7 +38,7 @@ public class Card12_021 extends AbstractPermanent {
|
||||
&& PlayConditions.canDiscardFromHand(game, playerId, 1, CardType.COMPANION)) {
|
||||
ActivateCardAction action = new ActivateCardAction(self);
|
||||
action.appendCost(
|
||||
new ChooseAndDiscardCardsFromHandEffect(action, playerId, false, 1, CardType.CONDITION));
|
||||
new ChooseAndDiscardCardsFromHandEffect(action, playerId, false, 1, CardType.COMPANION));
|
||||
action.appendEffect(
|
||||
new ChooseAndHealCharactersEffect(action, playerId, CardType.COMPANION));
|
||||
return Collections.singletonList(action);
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
<pre style="font-size:80%">
|
||||
<b>14 Jan. 2012</b>
|
||||
- "Refuge" now discards companion from hand, rather than condition to heal a companion.
|
||||
|
||||
<b>13 Jan. 2012</b>
|
||||
- "The Eye of Sauron" now correctly exerts the SAURON Orc.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user