forked from External/mage
* Alpine Guide - fixed that it search plains instead mountain;
This commit is contained in:
parent
55bc61000a
commit
5c49acdb91
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ import java.util.UUID;
|
|||
*/
|
||||
public final class AlpineGuide extends CardImpl {
|
||||
|
||||
private static final FilterCard filter = new FilterBySubtypeCard(SubType.PLAINS);
|
||||
private static final FilterCard filter = new FilterBySubtypeCard(SubType.MOUNTAIN);
|
||||
private static final FilterPermanent filter2 = new FilterControlledPermanent(SubType.MOUNTAIN, "Mountain");
|
||||
|
||||
public AlpineGuide(UUID ownerId, CardSetInfo setInfo) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue