- "Fear" should now exert your Nazgul.

This commit is contained in:
marcins78@gmail.com
2012-01-01 16:24:57 +00:00
parent aa6fc59831
commit c65a9bb49b
2 changed files with 5 additions and 0 deletions

View File

@@ -3,7 +3,9 @@ package com.gempukku.lotro.cards.set1.wraith;
import com.gempukku.lotro.cards.AbstractOldEvent;
import com.gempukku.lotro.cards.PlayConditions;
import com.gempukku.lotro.cards.actions.PlayEventAction;
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;
import com.gempukku.lotro.game.state.LotroGame;
import com.gempukku.lotro.logic.effects.ChooseActiveCardEffect;
@@ -33,6 +35,8 @@ public class Card1_212 extends AbstractOldEvent {
@Override
public PlayEventAction getPlayCardAction(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, Filters.owner(playerId), Race.NAZGUL));
action.appendEffect(
new ChooseActiveCardEffect(self, playerId, "Choose an ally", CardType.ALLY) {
@Override

View File

@@ -2,6 +2,7 @@
<b>1 Jan. 2012</b>
- "Southron Archer Legion" should now use the +4 limit for the entire phase.
- "Return to Its Master" should now correctly negate Ring text for the duration of the extra skirmish.
- "Fear" should now exert your Nazgul.
<b>29 Dec. 2011</b>
- "Till Durin Wakes Again" now allows to heal as many dwarves as you want, rather than just one.