Removing ranger flag from this action.

This commit is contained in:
marcins78@gmail.com
2011-10-13 14:15:08 +00:00
parent 5d837c2feb
commit b221bd349f

View File

@@ -29,7 +29,7 @@ public class Card1_117 extends AbstractEvent {
@Override
public PlayEventAction getPlayCardAction(String playerId, final LotroGame game, final PhysicalCard self, int twilightModifier) {
final PlayEventAction action = new PlayEventAction(self, true);
final PlayEventAction action = new PlayEventAction(self);
action.appendEffect(
new ChooseActiveCardEffect(self, playerId, "Choose a Ranger", Filters.keyword(Keyword.RANGER)) {