- "Grond, Forged With Black Steel" should now correctly remove cards from the game.
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user