- "Sindri" allows to play the stacked events only during Skirmish now.
This commit is contained in:
@@ -1,10 +1,7 @@
|
|||||||
package com.gempukku.lotro.cards.set9.dwarven;
|
package com.gempukku.lotro.cards.set9.dwarven;
|
||||||
|
|
||||||
import com.gempukku.lotro.cards.AbstractCompanion;
|
import com.gempukku.lotro.cards.AbstractCompanion;
|
||||||
import com.gempukku.lotro.common.CardType;
|
import com.gempukku.lotro.common.*;
|
||||||
import com.gempukku.lotro.common.Culture;
|
|
||||||
import com.gempukku.lotro.common.Keyword;
|
|
||||||
import com.gempukku.lotro.common.Race;
|
|
||||||
import com.gempukku.lotro.filters.Filters;
|
import com.gempukku.lotro.filters.Filters;
|
||||||
import com.gempukku.lotro.game.PhysicalCard;
|
import com.gempukku.lotro.game.PhysicalCard;
|
||||||
import com.gempukku.lotro.game.state.GameState;
|
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) {
|
new AbstractModifier(self, null, Filters.and(Culture.DWARVEN, CardType.EVENT, Keyword.SKIRMISH, Filters.stackedOn(Culture.DWARVEN, CardType.CONDITION)), ModifierEffect.EXTRA_ACTION_MODIFIER) {
|
||||||
@Override
|
@Override
|
||||||
public List<? extends Action> getExtraPhaseActionFromStacked(GameState gameState, ModifiersQuerying modifiersQuerying, PhysicalCard card) {
|
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(
|
return Collections.singletonList(
|
||||||
card.getBlueprint().getPlayCardAction(card.getOwner(), game, card, 0, false));
|
card.getBlueprint().getPlayCardAction(card.getOwner(), game, card, 0, false));
|
||||||
return null;
|
return null;
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
<b>2 Jan. 2012</b>
|
<b>2 Jan. 2012</b>
|
||||||
- "Banner of Westernesse" now no longer allows you to heal the companion that won the skirmish.
|
- "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.
|
- "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>
|
<b>1 Jan. 2012</b>
|
||||||
- "Southron Archer Legion" should now use the +4 limit for the entire phase.
|
- "Southron Archer Legion" should now use the +4 limit for the entire phase.
|
||||||
|
|||||||
Reference in New Issue
Block a user