- Fixed Magus of the Moon.

This commit is contained in:
Jeff 2017-04-17 10:17:41 -05:00
parent 275f0ada6e
commit f8d035d1d4

View file

@ -53,7 +53,7 @@ public class MagusOfTheMoon extends CardImpl {
private static final FilterLandPermanent filter = new FilterLandPermanent();
static {
filter.add(Predicates.not(new SupertypePredicate(SuperType.LEGENDARY)));
filter.add(Predicates.not(new SupertypePredicate(SuperType.BASIC)));
}
public MagusOfTheMoon(UUID ownerId, CardSetInfo setInfo) {