- "Focus" no longer tries to exert itself, instead of discarding...
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user