- "Refuge" now discards companion from hand, rather than condition to heal a companion.

This commit is contained in:
marcins78@gmail.com
2012-01-14 17:33:45 +00:00
parent 61299ea664
commit 87b794c8c9
2 changed files with 4 additions and 1 deletions

View File

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

View File

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