mirror of
https://github.com/correl/mage.git
synced 2025-03-17 01:06:26 -09:00
- Fixed Magus of the Moon.
This commit is contained in:
parent
275f0ada6e
commit
f8d035d1d4
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ public class MagusOfTheMoon extends CardImpl {
|
||||||
private static final FilterLandPermanent filter = new FilterLandPermanent();
|
private static final FilterLandPermanent filter = new FilterLandPermanent();
|
||||||
|
|
||||||
static {
|
static {
|
||||||
filter.add(Predicates.not(new SupertypePredicate(SuperType.LEGENDARY)));
|
filter.add(Predicates.not(new SupertypePredicate(SuperType.BASIC)));
|
||||||
}
|
}
|
||||||
|
|
||||||
public MagusOfTheMoon(UUID ownerId, CardSetInfo setInfo) {
|
public MagusOfTheMoon(UUID ownerId, CardSetInfo setInfo) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue