- "With All Possible Speed" can be played in skirmish phase only.

This commit is contained in:
marcins78@gmail.com
2012-03-03 10:12:04 +00:00
parent 9d8b196e38
commit 2e49979334
2 changed files with 4 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
package com.gempukku.lotro.cards.set15.uruk_hai;
import com.gempukku.lotro.cards.AbstractPermanent;
import com.gempukku.lotro.cards.PlayConditions;
import com.gempukku.lotro.cards.TriggerConditions;
import com.gempukku.lotro.cards.effects.choose.ChooseAndDiscardCardsFromPlayEffect;
import com.gempukku.lotro.cards.effects.choose.ChooseAndExertCharactersEffect;
@@ -39,7 +40,8 @@ public class Card15_180 extends AbstractPermanent {
@Override
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);
final Collection<PhysicalCard> woundedCharacters = ((WoundCharactersEffect) effect).getAffectedCardsMinusPrevented(game);
action.appendCost(

View File

@@ -1,6 +1,7 @@
<pre style="font-size:80%">
<b>3 Mar. 2012</b>
- "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>
- "Get Off the Road!" now discards cards from Free People player's deck.