"Uruk Brood"

This commit is contained in:
marcins78@gmail.com
2011-08-31 10:17:34 +00:00
parent 18a5593030
commit f1eeb2a5e4

View File

@@ -1,6 +1,7 @@
package com.gempukku.lotro.cards.set1.isengard;
import com.gempukku.lotro.cards.AbstractMinion;
import com.gempukku.lotro.cards.PlayConditions;
import com.gempukku.lotro.cards.decisions.ForEachYouSpotDecision;
import com.gempukku.lotro.cards.effects.AddUntilEndOfPhaseModifierEffect;
import com.gempukku.lotro.cards.effects.RemoveTwilightEffect;
@@ -43,8 +44,7 @@ public class Card1_145 extends AbstractMinion {
appendPlayMinionAction(result, lotroGame, self);
if (lotroGame.getGameState().getCurrentPhase() == Phase.SKIRMISH
&& lotroGame.getGameState().getTwilightPool() >= 2) {
if (PlayConditions.canUseShadowCardDuringPhase(lotroGame.getGameState(), Phase.SKIRMISH, self, 2)) {
final CostToEffectAction action = new CostToEffectAction(self, "Remove (2) to make this minion strength +1 for each other Uruk-hai you spot");
action.addCost(new RemoveTwilightEffect(2));