Saruman's Ambition doesn't require to spot an Uruk-hai to use it.
This commit is contained in:
@@ -32,8 +32,7 @@ public class Card1_133 extends AbstractPermanent {
|
||||
|
||||
@Override
|
||||
public List<? extends Action> getExtraPhaseActions(String playerId, LotroGame game, final PhysicalCard self) {
|
||||
if (PlayConditions.canUseShadowCardDuringPhase(game, Phase.SKIRMISH, self, 0)
|
||||
&& Filters.canSpot(game.getGameState(), game.getModifiersQuerying(), Race.URUK_HAI)) {
|
||||
if (PlayConditions.canUseShadowCardDuringPhase(game, Phase.SKIRMISH, self, 0)) {
|
||||
final ActivateCardAction action = new ActivateCardAction(self);
|
||||
action.appendCost(new DiscardCardsFromPlayEffect(self, self));
|
||||
action.appendEffect(
|
||||
|
||||
Reference in New Issue
Block a user