- "Grond, Forged With Black Steel" should now correctly remove cards from the game.

This commit is contained in:
marcins78
2013-02-18 16:10:38 +00:00
parent 85df9109b9
commit 7805d4a97f
2 changed files with 5 additions and 2 deletions

View File

@@ -1,4 +1,7 @@
<pre style="font-size:80%">
<b>18 Feb. 2013</b>
- "Grond, Forged With Black Steel" should now correctly remove cards from the game.
<b>12 Feb. 2013</b>
- "Eregion's Trails" now makes a snapshot of affected cards upon being played and does not apply to any other cards.

View File

@@ -3,7 +3,7 @@ package com.gempukku.lotro.cards.set18.orc;
import com.gempukku.lotro.cards.AbstractPermanent;
import com.gempukku.lotro.cards.PlayConditions;
import com.gempukku.lotro.cards.TriggerConditions;
import com.gempukku.lotro.cards.effects.RemoveCardsFromTheGameEffect;
import com.gempukku.lotro.cards.effects.RemoveCardsFromDeckEffect;
import com.gempukku.lotro.cards.effects.SelfDiscardEffect;
import com.gempukku.lotro.cards.effects.ShuffleDeckEffect;
import com.gempukku.lotro.common.*;
@@ -51,7 +51,7 @@ public class Card18_082 extends AbstractPermanent {
@Override
protected void cardsSelected(LotroGame game, Collection<PhysicalCard> selectedCards) {
action.insertEffect(
new RemoveCardsFromTheGameEffect(playerId, self, selectedCards));
new RemoveCardsFromDeckEffect(playerId, self, selectedCards));
}
});
action.appendEffect(