- "Asfaloth, Elven Steed" now correctly exerts Arwen when used.

This commit is contained in:
marcins78@gmail.com
2011-11-25 20:49:19 +00:00
parent 5f4551bf44
commit ad95634c22
2 changed files with 4 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ package com.gempukku.lotro.cards.set7.elven;
import com.gempukku.lotro.cards.AbstractAttachableFPPossession;
import com.gempukku.lotro.cards.PlayConditions;
import com.gempukku.lotro.cards.effects.AddUntilEndOfPhaseModifierEffect;
import com.gempukku.lotro.cards.effects.ExertCharactersEffect;
import com.gempukku.lotro.common.*;
import com.gempukku.lotro.filters.Filters;
import com.gempukku.lotro.game.PhysicalCard;
@@ -39,6 +40,8 @@ public class Card7_017 extends AbstractAttachableFPPossession {
if (PlayConditions.canUseFPCardDuringPhase(game, Phase.SKIRMISH, self)
&& PlayConditions.canExert(self, game, Filters.arwen, Filters.hasAttached(self))) {
ActivateCardAction action = new ActivateCardAction(self);
action.appendCost(
new ExertCharactersEffect(self, self.getAttachedTo()));
action.appendEffect(
new AddUntilEndOfPhaseModifierEffect(
new StrengthModifier(self, Filters.and(CardType.MINION, Filters.inSkirmishAgainst(Filters.hasAttached(self))), -2), Phase.SKIRMISH));

View File

@@ -4,6 +4,7 @@
- Added Besieger and Corsair keywords to deckbuilder.
- "War Towers" now correctly counts companions over 4.
- "Dark Places" now correctly is able to replace site if a proper one is found.
- "Asfaloth, Elven Steed" now correctly exerts Arwen when used.
<b>24 Nov. 2011</b>
- "Arrow From the South" - trying to fix it. Maybe this time it will be right.