- "Hugin, Emissary from Laketown" can now only put FP card from discard on bottom of deck.

This commit is contained in:
marcins78@gmail.com
2013-01-19 21:48:14 +00:00
parent bf52c2e869
commit f0a05bd6a5
2 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,7 @@
<pre style="font-size:80%"> <pre style="font-size:80%">
<b>19 Jan. 2013</b>
- "Hugin, Emissary from Laketown" can now only put FP card from discard on bottom of deck.
<b>16 Jan. 2013</b> <b>16 Jan. 2013</b>
- "Blood Runs Chill" now discards the shadow cards once only. - "Blood Runs Chill" now discards the shadow cards once only.
- "I Am Here" now correctly heals twice. - "I Am Here" now correctly heals twice.

View File

@@ -6,10 +6,7 @@ import com.gempukku.lotro.cards.effects.PutCardFromDiscardOnBottomOfDeckEffect;
import com.gempukku.lotro.cards.effects.RevealCardEffect; import com.gempukku.lotro.cards.effects.RevealCardEffect;
import com.gempukku.lotro.cards.effects.SelfExertEffect; import com.gempukku.lotro.cards.effects.SelfExertEffect;
import com.gempukku.lotro.cards.effects.choose.ChooseCardsFromDiscardEffect; import com.gempukku.lotro.cards.effects.choose.ChooseCardsFromDiscardEffect;
import com.gempukku.lotro.common.Block; import com.gempukku.lotro.common.*;
import com.gempukku.lotro.common.Culture;
import com.gempukku.lotro.common.Phase;
import com.gempukku.lotro.common.Race;
import com.gempukku.lotro.filters.Filters; import com.gempukku.lotro.filters.Filters;
import com.gempukku.lotro.game.PhysicalCard; import com.gempukku.lotro.game.PhysicalCard;
import com.gempukku.lotro.game.state.LotroGame; import com.gempukku.lotro.game.state.LotroGame;
@@ -51,7 +48,7 @@ public class Card2_024 extends AbstractAlly {
action.appendCost( action.appendCost(
new SelfExertEffect(action, self)); new SelfExertEffect(action, self));
action.appendEffect( action.appendEffect(
new ChooseCardsFromDiscardEffect(playerId, 1, 1, Filters.any) { new ChooseCardsFromDiscardEffect(playerId, 1, 1, Side.FREE_PEOPLE) {
@Override @Override
protected void cardsSelected(LotroGame game, Collection<PhysicalCard> cards) { protected void cardsSelected(LotroGame game, Collection<PhysicalCard> cards) {
action.appendEffect( action.appendEffect(