- "Preparations" stacks card from discard now, rather than from hand.
This commit is contained in:
@@ -3,7 +3,7 @@ package com.gempukku.lotro.cards.set7.dwarven;
|
||||
import com.gempukku.lotro.cards.AbstractPermanent;
|
||||
import com.gempukku.lotro.cards.PlayConditions;
|
||||
import com.gempukku.lotro.cards.effects.choose.ChooseAndExertCharactersEffect;
|
||||
import com.gempukku.lotro.cards.effects.choose.ChooseAndStackCardsFromHandEffect;
|
||||
import com.gempukku.lotro.cards.effects.choose.ChooseAndStackCardsFromDiscardEffect;
|
||||
import com.gempukku.lotro.common.*;
|
||||
import com.gempukku.lotro.filters.Filters;
|
||||
import com.gempukku.lotro.game.PhysicalCard;
|
||||
@@ -38,7 +38,7 @@ public class Card7_012 extends AbstractPermanent {
|
||||
action.appendCost(
|
||||
new ChooseAndExertCharactersEffect(action, playerId, 1, 1, Race.DWARF, CardType.COMPANION));
|
||||
action.appendEffect(
|
||||
new ChooseAndStackCardsFromHandEffect(action, playerId, 1, 1, self, Filters.any));
|
||||
new ChooseAndStackCardsFromDiscardEffect(action, playerId, 1, 1, self, Filters.any));
|
||||
return Collections.singletonList(action);
|
||||
}
|
||||
if (PlayConditions.canUseFPCardDuringPhase(game, Phase.SKIRMISH, self)) {
|
||||
|
||||
@@ -5,7 +5,8 @@
|
||||
- "Sneaking!" now sums the minions vitality to check if it should cancel the skirmish, or heal him.
|
||||
- Versions of "Sam" that can become Ring-bearers when "Frodo" is killed now should be able to pick up the Ring correctly
|
||||
when Frodo dies from having 0 Vitality.
|
||||
- Unique cards will have now "dot" in front of their names in chat log and other places.
|
||||
- Unique cards will have now "dot" in front of their names in chat log and other places.
|
||||
- "Preparations" stacks card from discard now, rather than from hand.
|
||||
|
||||
<b>22 Nov. 2011</b>
|
||||
- If a FP character had already some minion assigned, when FP player assigns minion, that character now counts the
|
||||
|
||||
Reference in New Issue
Block a user