- "The Palantir of Orthanc, Recovered Seeing Stone" should no longer discard itself.

This commit is contained in:
marcins78@gmail.com
2012-03-03 10:11:08 +00:00
parent 3975d82fd3
commit 9d8b196e38
2 changed files with 7 additions and 2 deletions

View File

@@ -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;
}

View File

@@ -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).