Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
tiera3 authored Feb 13, 2025
1 parent 436a172 commit 323c4db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Mage.Sets/src/mage/cards/g/GoblinSkiPatrol.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,10 @@
*/
public final class GoblinSkiPatrol extends CardImpl {

private static final FilterControlledPermanent filter = new FilterControlledPermanent(SubType.MOUNTAIN, "a snow-covered Mountain");
private static final FilterControlledPermanent filter = new FilterControlledPermanent("a snow-covered Mountain");

static {
filter.add(SubType.MOUNTAIN.getPredicate());
filter.add(SuperType.SNOW.getPredicate());
}

Expand Down

0 comments on commit 323c4db

Please sign in to comment.