"Uruk Brood"
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user