- "Hugin, Emissary from Laketown" can now only put FP card from discard on bottom of deck.
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
<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>
|
||||
- "Blood Runs Chill" now discards the shadow cards once only.
|
||||
- "I Am Here" now correctly heals twice.
|
||||
|
||||
@@ -6,10 +6,7 @@ import com.gempukku.lotro.cards.effects.PutCardFromDiscardOnBottomOfDeckEffect;
|
||||
import com.gempukku.lotro.cards.effects.RevealCardEffect;
|
||||
import com.gempukku.lotro.cards.effects.SelfExertEffect;
|
||||
import com.gempukku.lotro.cards.effects.choose.ChooseCardsFromDiscardEffect;
|
||||
import com.gempukku.lotro.common.Block;
|
||||
import com.gempukku.lotro.common.Culture;
|
||||
import com.gempukku.lotro.common.Phase;
|
||||
import com.gempukku.lotro.common.Race;
|
||||
import com.gempukku.lotro.common.*;
|
||||
import com.gempukku.lotro.filters.Filters;
|
||||
import com.gempukku.lotro.game.PhysicalCard;
|
||||
import com.gempukku.lotro.game.state.LotroGame;
|
||||
@@ -51,7 +48,7 @@ public class Card2_024 extends AbstractAlly {
|
||||
action.appendCost(
|
||||
new SelfExertEffect(action, self));
|
||||
action.appendEffect(
|
||||
new ChooseCardsFromDiscardEffect(playerId, 1, 1, Filters.any) {
|
||||
new ChooseCardsFromDiscardEffect(playerId, 1, 1, Side.FREE_PEOPLE) {
|
||||
@Override
|
||||
protected void cardsSelected(LotroGame game, Collection<PhysicalCard> cards) {
|
||||
action.appendEffect(
|
||||
|
||||
Reference in New Issue
Block a user