- "The Palantir of Orthanc, Recovered Seeing Stone" should no longer discard itself.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package com.gempukku.lotro.cards.set13.gandalf;
|
||||
|
||||
import com.gempukku.lotro.cards.AbstractAttachableFPPossession;
|
||||
import com.gempukku.lotro.cards.PlayConditions;
|
||||
import com.gempukku.lotro.cards.TriggerConditions;
|
||||
import com.gempukku.lotro.cards.actions.AttachPermanentAction;
|
||||
import com.gempukku.lotro.cards.effects.AddBurdenEffect;
|
||||
@@ -55,8 +56,9 @@ public class Card13_036 extends AbstractAttachableFPPossession {
|
||||
@Override
|
||||
public AttachPermanentAction getPlayCardAction(String playerId, LotroGame game, PhysicalCard self, Filterable additionalAttachmentFilter, int twilightModifier) {
|
||||
AttachPermanentAction permanentAction = super.getPlayCardAction(playerId, game, self, additionalAttachmentFilter, twilightModifier);
|
||||
permanentAction.appendCost(
|
||||
new ChooseAndDiscardCardsFromPlayEffect(permanentAction, playerId, 1, 1, Filters.name(getName())));
|
||||
if (PlayConditions.canSpot(game, Filters.name(getName())))
|
||||
permanentAction.appendCost(
|
||||
new ChooseAndDiscardCardsFromPlayEffect(permanentAction, playerId, 1, 1, Filters.name(getName())));
|
||||
return permanentAction;
|
||||
}
|
||||
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
<pre style="font-size:80%">
|
||||
<b>3 Mar. 2012</b>
|
||||
- "The Palantir of Orthanc, Recovered Seeing Stone" should no longer discard itself.
|
||||
|
||||
<b>29 Feb. 2012</b>
|
||||
- "Get Off the Road!" now discards cards from Free People player's deck.
|
||||
- Added set 17 (Rise of Saruman).
|
||||
|
||||
Reference in New Issue
Block a user