mirror of
https://github.com/correl/mage.git
synced 2024-12-28 19:19:20 +00:00
fix verify failures
This commit is contained in:
parent
ff1c55ef3a
commit
937c3ca8c2
2 changed files with 14 additions and 14 deletions
|
@ -40,10 +40,10 @@ public final class ForgeNeverwinterCharlatan extends CardImpl {
|
|||
this.toughness = new MageInt(4);
|
||||
|
||||
// Menace
|
||||
this.addAbility(new MenaceAbility());
|
||||
this.addAbility(new MenaceAbility(false));
|
||||
|
||||
// Ward--Sacrifice a creature.
|
||||
this.addAbility(new WardAbility(new SacrificeTargetCost(StaticFilters.FILTER_CONTROLLED_CREATURE_SHORT_TEXT)));
|
||||
this.addAbility(new WardAbility(new SacrificeTargetCost(StaticFilters.FILTER_CONTROLLED_CREATURE_SHORT_TEXT), false));
|
||||
|
||||
// Forge, Neverwinter Charlatan gets +2/+0 for each Treasure you control.
|
||||
this.addAbility(new SimpleStaticAbility(new BoostSourceEffect(
|
||||
|
|
|
@ -781,12 +781,12 @@ public class SecretLairDrop extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Goblin Settler", 1076, Rarity.RARE, mage.cards.g.GoblinSettler.class));
|
||||
cards.add(new SetCardInfo("Collector Ouphe", 1077, Rarity.RARE, mage.cards.c.CollectorOuphe.class));
|
||||
cards.add(new SetCardInfo("Vengevine", 1078, Rarity.MYTHIC, mage.cards.v.Vengevine.class));
|
||||
cards.add(new SetCardInfo("Blightsteel Colossus", 1079, Rarity.MYTHIC, mage.cards.b.BlightsteelColossus.class));
|
||||
cards.add(new SetCardInfo("Blightsteel Colossus", "1079b", Rarity.MYTHIC, mage.cards.b.BlightsteelColossus.class));
|
||||
cards.add(new SetCardInfo("Doubling Cube", 1080, Rarity.RARE, mage.cards.d.DoublingCube.class));
|
||||
cards.add(new SetCardInfo("Doubling Cube", "1080b", Rarity.RARE, mage.cards.d.DoublingCube.class));
|
||||
cards.add(new SetCardInfo("Darksteel Colossus", 1081, Rarity.MYTHIC, mage.cards.d.DarksteelColossus.class));
|
||||
cards.add(new SetCardInfo("Darksteel Colossus", "1081b", Rarity.MYTHIC, mage.cards.d.DarksteelColossus.class));
|
||||
cards.add(new SetCardInfo("Blightsteel Colossus", 1079, Rarity.MYTHIC, mage.cards.b.BlightsteelColossus.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Blightsteel Colossus", "1079b", Rarity.MYTHIC, mage.cards.b.BlightsteelColossus.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Doubling Cube", 1080, Rarity.RARE, mage.cards.d.DoublingCube.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Doubling Cube", "1080b", Rarity.RARE, mage.cards.d.DoublingCube.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Darksteel Colossus", 1081, Rarity.MYTHIC, mage.cards.d.DarksteelColossus.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Darksteel Colossus", "1081b", Rarity.MYTHIC, mage.cards.d.DarksteelColossus.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("True Conviction", 1082, Rarity.RARE, mage.cards.t.TrueConviction.class));
|
||||
cards.add(new SetCardInfo("Dramatic Reversal", 1083, Rarity.RARE, mage.cards.d.DramaticReversal.class));
|
||||
cards.add(new SetCardInfo("Fabricate", 1084, Rarity.RARE, mage.cards.f.Fabricate.class, NON_FULL_USE_VARIOUS));
|
||||
|
@ -823,12 +823,12 @@ public class SecretLairDrop extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Doomsday", 1115, Rarity.RARE, mage.cards.d.Doomsday.class));
|
||||
cards.add(new SetCardInfo("Plaguecrafter", 1116, Rarity.RARE, mage.cards.p.Plaguecrafter.class));
|
||||
cards.add(new SetCardInfo("Thoughtseize", 1117, Rarity.RARE, mage.cards.t.Thoughtseize.class));
|
||||
cards.add(new SetCardInfo("Ulamog, the Ceaseless Hunger", 1122, Rarity.MYTHIC, mage.cards.u.UlamogTheCeaselessHunger.class));
|
||||
cards.add(new SetCardInfo("Ulamog, the Ceaseless Hunger", "1122b", Rarity.MYTHIC, mage.cards.u.UlamogTheCeaselessHunger.class));
|
||||
cards.add(new SetCardInfo("Etali, Primal Storm", 1123, Rarity.RARE, mage.cards.e.EtaliPrimalStorm.class));
|
||||
cards.add(new SetCardInfo("Etali, Primal Storm", "1123b", Rarity.RARE, mage.cards.e.EtaliPrimalStorm.class));
|
||||
cards.add(new SetCardInfo("Ghalta, Primal Hunger", 1124, Rarity.RARE, mage.cards.g.GhaltaPrimalHunger.class));
|
||||
cards.add(new SetCardInfo("Ghalta, Primal Hunger", "1124b", Rarity.RARE, mage.cards.g.GhaltaPrimalHunger.class));
|
||||
cards.add(new SetCardInfo("Ulamog, the Ceaseless Hunger", 1122, Rarity.MYTHIC, mage.cards.u.UlamogTheCeaselessHunger.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Ulamog, the Ceaseless Hunger", "1122b", Rarity.MYTHIC, mage.cards.u.UlamogTheCeaselessHunger.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Etali, Primal Storm", 1123, Rarity.RARE, mage.cards.e.EtaliPrimalStorm.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Etali, Primal Storm", "1123b", Rarity.RARE, mage.cards.e.EtaliPrimalStorm.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Ghalta, Primal Hunger", 1124, Rarity.RARE, mage.cards.g.GhaltaPrimalHunger.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Ghalta, Primal Hunger", "1124b", Rarity.RARE, mage.cards.g.GhaltaPrimalHunger.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Serra Ascendant", 1125, Rarity.RARE, mage.cards.s.SerraAscendant.class));
|
||||
cards.add(new SetCardInfo("Rapid Hybridization", 1126, Rarity.RARE, mage.cards.r.RapidHybridization.class));
|
||||
cards.add(new SetCardInfo("Demonic Consultation", 1127, Rarity.RARE, mage.cards.d.DemonicConsultation.class));
|
||||
|
|
Loading…
Reference in a new issue