- "Deft In Their Movements" now applies only to sites that were in play at the time it was played.
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
<pre style="font-size:80%">
|
||||
<b>5 Apr. 2013</b>
|
||||
- "Deft In Their Movements" now applies only to sites that were in play at the time it was played.
|
||||
|
||||
<b>4 Apr. 2013</b>
|
||||
- "Peering forward" now correctly applies -2 modifier, if ELVEN card is revealed.
|
||||
- "Troll of Morannon" has no Damage +1 keyword (per card text).
|
||||
|
||||
@@ -5,6 +5,7 @@ import com.gempukku.lotro.cards.PlayConditions;
|
||||
import com.gempukku.lotro.cards.actions.PlayEventAction;
|
||||
import com.gempukku.lotro.cards.effects.AddUntilEndOfTurnModifierEffect;
|
||||
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.modifiers.TwilightCostModifier;
|
||||
@@ -39,7 +40,7 @@ public class Card2_099 extends AbstractOldEvent {
|
||||
PlayEventAction action = new PlayEventAction(self);
|
||||
action.appendEffect(
|
||||
new AddUntilEndOfTurnModifierEffect(
|
||||
new TwilightCostModifier(self, CardType.SITE, -2)));
|
||||
new TwilightCostModifier(self, Filters.in(Filters.filterActive(game.getGameState(), game.getModifiersQuerying(), CardType.SITE)), -2)));
|
||||
return action;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user