remove temporary verify skip, fix failures

This commit is contained in:
theelk801 2023-11-13 10:42:32 -05:00
parent ec4c79e0e0
commit 6f437f0389
3 changed files with 1 additions and 3 deletions

View file

@ -25,7 +25,6 @@ public final class MahadiEmporiumMaster extends CardImpl {
super(ownerId, setInfo, new CardType[]{CardType.CREATURE}, "{1}{B}{R}");
this.supertype.add(SuperType.LEGENDARY);
this.subtype.add(SubType.CAT);
this.subtype.add(SubType.DEVIL);
this.power = new MageInt(3);
this.toughness = new MageInt(3);

View file

@ -293,7 +293,7 @@ public final class LostCavernsOfIxalanCommander extends ExpansionSet {
cards.add(new SetCardInfo("Worn Powerstone", 120, Rarity.UNCOMMON, mage.cards.w.WornPowerstone.class));
cards.add(new SetCardInfo("Xenagos, God of Revels", 295, Rarity.MYTHIC, mage.cards.x.XenagosGodOfRevels.class));
cards.add(new SetCardInfo("Xolatoyac, the Smiling Flood", 8, Rarity.MYTHIC, mage.cards.x.XolatoyacTheSmilingFlood.class));
cards.add(new SetCardInfo("Yahenni, Undying Partisan", 214, Rarity.UNCOMMON, mage.cards.y.YahenniUndyingPartisan.class));
cards.add(new SetCardInfo("Yahenni, Undying Partisan", 214, Rarity.RARE, mage.cards.y.YahenniUndyingPartisan.class));
cards.add(new SetCardInfo("Zacama, Primal Calamity", 296, Rarity.RARE, mage.cards.z.ZacamaPrimalCalamity.class));
cards.add(new SetCardInfo("Zara, Renegade Recruiter", 297, Rarity.RARE, mage.cards.z.ZaraRenegadeRecruiter.class));
cards.add(new SetCardInfo("Zegana, Utopian Speaker", 298, Rarity.RARE, mage.cards.z.ZeganaUtopianSpeaker.class));

View file

@ -138,7 +138,6 @@ public class VerifyCardDataTest {
skipListAddName(SKIP_LIST_SUBTYPE, "UGL", "Miss Demeanor"); // uses multiple types as a joke card: Lady, of, Proper, Etiquette
skipListAddName(SKIP_LIST_SUBTYPE, "UGL", "Elvish Impersonators"); // subtype is "Elves" pun
skipListAddName(SKIP_LIST_SUBTYPE, "UND", "Elvish Impersonators");
subtypesToIgnore.add("Cat"); // temporary
// number
// skipListAddName(SKIP_LIST_NUMBER, set, cardName);