- "Dark Fell About Him" now correctly exerts your Nazgul twice.

This commit is contained in:
marcins78@gmail.com
2012-03-12 15:50:26 +00:00
parent df491a7e61
commit e15aedab3f
2 changed files with 6 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ import com.gempukku.lotro.cards.actions.PlayEventAction;
import com.gempukku.lotro.cards.actions.SubCostToEffectAction;
import com.gempukku.lotro.cards.effects.AddBurdenEffect;
import com.gempukku.lotro.cards.effects.OptionalEffect;
import com.gempukku.lotro.cards.effects.choose.ChooseAndExertCharactersEffect;
import com.gempukku.lotro.common.*;
import com.gempukku.lotro.filters.Filters;
import com.gempukku.lotro.game.PhysicalCard;
@@ -39,6 +40,8 @@ public class Card13_178 extends AbstractEvent {
@Override
public PlayEventAction getPlayCardAction(final String playerId, LotroGame game, final PhysicalCard self, int twilightModifier, boolean ignoreRoamingPenalty) {
final PlayEventAction action = new PlayEventAction(self);
action.appendCost(
new ChooseAndExertCharactersEffect(action, playerId, 1, 1, 2, Filters.owner(playerId), Race.NAZGUL));
action.appendCost(
new ChooseActiveCardEffect(self, playerId, "Choose an exhausted companion", CardType.COMPANION, Filters.exhausted) {
@Override

View File

@@ -1,4 +1,7 @@
<pre style="font-size:80%">
<b>12 Mar. 2012</b>
- "Dark Fell About Him" now correctly exerts your Nazgul twice.
<b>11 Mar. 2012</b>
- "Harry Goatleaf" is site 2 now.
- "Urgency" now has the activated ability to discard itself to add +1 strength.