- "Focus" no longer tries to exert itself, instead of discarding...

This commit is contained in:
marcins78@gmail.com
2012-03-03 10:33:34 +00:00
parent aa03af5558
commit 69f8632cfb
2 changed files with 3 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ package com.gempukku.lotro.cards.set15.elven;
import com.gempukku.lotro.cards.AbstractPermanent;
import com.gempukku.lotro.cards.PlayConditions;
import com.gempukku.lotro.cards.TriggerConditions;
import com.gempukku.lotro.cards.effects.SelfExertEffect;
import com.gempukku.lotro.cards.effects.SelfDiscardEffect;
import com.gempukku.lotro.cards.effects.choose.ChooseAndAddUntilEOPStrengthBonusEffect;
import com.gempukku.lotro.common.*;
import com.gempukku.lotro.filters.Filters;
@@ -53,7 +53,7 @@ public class Card15_015 extends AbstractPermanent {
&& PlayConditions.canSelfDiscard(self, game)) {
ActivateCardAction action = new ActivateCardAction(self);
action.appendCost(
new SelfExertEffect(self));
new SelfDiscardEffect(self));
action.appendEffect(
new ChooseAndAddUntilEOPStrengthBonusEffect(action, self, playerId, 2, Culture.ELVEN, Race.ELF));
return Collections.singletonList(action);

View File

@@ -4,6 +4,7 @@
- "With All Possible Speed" can be played in skirmish phase only.
- "Numenor's Pride" now adds 3 threats when played.
- Fixed a mess with "Pursuing", "Searching" and "Seeking" Uruk names.
- "Focus" no longer tries to exert itself, instead of discarding...
<b>29 Feb. 2012</b>
- "Get Off the Road!" now discards cards from Free People player's deck.