Saruman's Ambition doesn't require to spot an Uruk-hai to use it.

This commit is contained in:
marcins78@gmail.com
2011-11-25 13:56:11 +00:00
parent 93b39879f6
commit 86772b09bd

View File

@@ -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(