- "Sindri" allows to play the stacked events only during Skirmish now.

This commit is contained in:
marcins78@gmail.com
2012-01-03 09:51:04 +00:00
parent 847e3cc2fb
commit 46b287c489
2 changed files with 4 additions and 5 deletions

View File

@@ -1,10 +1,7 @@
package com.gempukku.lotro.cards.set9.dwarven;
import com.gempukku.lotro.cards.AbstractCompanion;
import com.gempukku.lotro.common.CardType;
import com.gempukku.lotro.common.Culture;
import com.gempukku.lotro.common.Keyword;
import com.gempukku.lotro.common.Race;
import com.gempukku.lotro.common.*;
import com.gempukku.lotro.filters.Filters;
import com.gempukku.lotro.game.PhysicalCard;
import com.gempukku.lotro.game.state.GameState;
@@ -40,7 +37,8 @@ public class Card9_010 extends AbstractCompanion {
new AbstractModifier(self, null, Filters.and(Culture.DWARVEN, CardType.EVENT, Keyword.SKIRMISH, Filters.stackedOn(Culture.DWARVEN, CardType.CONDITION)), ModifierEffect.EXTRA_ACTION_MODIFIER) {
@Override
public List<? extends Action> getExtraPhaseActionFromStacked(GameState gameState, ModifiersQuerying modifiersQuerying, PhysicalCard card) {
if (card.getBlueprint().checkPlayRequirements(card.getOwner(), game, card, 0, 0, false, false))
if (card.getBlueprint().checkPlayRequirements(card.getOwner(), game, card, 0, 0, false, false)
&& gameState.getCurrentPhase() == Phase.SKIRMISH)
return Collections.singletonList(
card.getBlueprint().getPlayCardAction(card.getOwner(), game, card, 0, false));
return null;

View File

@@ -2,6 +2,7 @@
<b>2 Jan. 2012</b>
- "Banner of Westernesse" now no longer allows you to heal the companion that won the skirmish.
- "Let Her Deal With Them" can now be played from discard only during Shadow phase.
- "Sindri" allows to play the stacked events only during Skirmish now.
<b>1 Jan. 2012</b>
- "Southron Archer Legion" should now use the +4 limit for the entire phase.