mirror of
https://github.com/correl/mage.git
synced 2024-12-27 20:06:31 +00:00
fix verify failure
This commit is contained in:
parent
fb0668500e
commit
7c49366f10
2 changed files with 2 additions and 1 deletions
|
@ -53,6 +53,7 @@ public final class IngeniousLeonin extends CardImpl {
|
|||
);
|
||||
ability.addEffect(new IngeniousLeoninEffect());
|
||||
ability.addTarget(new TargetPermanent(filter));
|
||||
this.addAbility(ability);
|
||||
}
|
||||
|
||||
private IngeniousLeonin(final IngeniousLeonin card) {
|
||||
|
|
|
@ -18,7 +18,7 @@ public final class Jumpstart2022 extends ExpansionSet {
|
|||
private Jumpstart2022() {
|
||||
super("Jumpstart 2022", "J22", ExpansionSet.buildDate(2020, 12, 2), SetType.SUPPLEMENTAL);
|
||||
this.blockName = "Jumpstart";
|
||||
this.hasBasicLands = false;
|
||||
this.hasBasicLands = true;
|
||||
|
||||
cards.add(new SetCardInfo("Academy Journeymage", 267, Rarity.COMMON, mage.cards.a.AcademyJourneymage.class));
|
||||
cards.add(new SetCardInfo("Acrobatic Maneuver", 138, Rarity.COMMON, mage.cards.a.AcrobaticManeuver.class));
|
||||
|
|
Loading…
Reference in a new issue