- "With All Possible Speed" can be played in skirmish phase only.
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
package com.gempukku.lotro.cards.set15.uruk_hai;
|
package com.gempukku.lotro.cards.set15.uruk_hai;
|
||||||
|
|
||||||
import com.gempukku.lotro.cards.AbstractPermanent;
|
import com.gempukku.lotro.cards.AbstractPermanent;
|
||||||
|
import com.gempukku.lotro.cards.PlayConditions;
|
||||||
import com.gempukku.lotro.cards.TriggerConditions;
|
import com.gempukku.lotro.cards.TriggerConditions;
|
||||||
import com.gempukku.lotro.cards.effects.choose.ChooseAndDiscardCardsFromPlayEffect;
|
import com.gempukku.lotro.cards.effects.choose.ChooseAndDiscardCardsFromPlayEffect;
|
||||||
import com.gempukku.lotro.cards.effects.choose.ChooseAndExertCharactersEffect;
|
import com.gempukku.lotro.cards.effects.choose.ChooseAndExertCharactersEffect;
|
||||||
@@ -39,7 +40,8 @@ public class Card15_180 extends AbstractPermanent {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public List<? extends ActivateCardAction> getOptionalInPlayBeforeActions(String playerId, LotroGame game, Effect effect, PhysicalCard self) {
|
public List<? extends ActivateCardAction> getOptionalInPlayBeforeActions(String playerId, LotroGame game, Effect effect, PhysicalCard self) {
|
||||||
if (TriggerConditions.isGettingWounded(effect, game, Filters.owner(playerId), CardType.MINION, Keyword.HUNTER)) {
|
if (TriggerConditions.isGettingWounded(effect, game, Filters.owner(playerId), CardType.MINION, Keyword.HUNTER)
|
||||||
|
&& PlayConditions.isPhase(game, Phase.SKIRMISH)) {
|
||||||
ActivateCardAction action = new ActivateCardAction(self);
|
ActivateCardAction action = new ActivateCardAction(self);
|
||||||
final Collection<PhysicalCard> woundedCharacters = ((WoundCharactersEffect) effect).getAffectedCardsMinusPrevented(game);
|
final Collection<PhysicalCard> woundedCharacters = ((WoundCharactersEffect) effect).getAffectedCardsMinusPrevented(game);
|
||||||
action.appendCost(
|
action.appendCost(
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
<pre style="font-size:80%">
|
<pre style="font-size:80%">
|
||||||
<b>3 Mar. 2012</b>
|
<b>3 Mar. 2012</b>
|
||||||
- "The Palantir of Orthanc, Recovered Seeing Stone" should no longer discard itself.
|
- "The Palantir of Orthanc, Recovered Seeing Stone" should no longer discard itself.
|
||||||
|
- "With All Possible Speed" can be played in skirmish phase only.
|
||||||
|
|
||||||
<b>29 Feb. 2012</b>
|
<b>29 Feb. 2012</b>
|
||||||
- "Get Off the Road!" now discards cards from Free People player's deck.
|
- "Get Off the Road!" now discards cards from Free People player's deck.
|
||||||
|
|||||||
Reference in New Issue
Block a user