From 1f58fc554b2e7493ec892cbca7cd02ea2a242a85 Mon Sep 17 00:00:00 2001 From: theelk801 Date: Mon, 13 May 2024 12:41:47 -0400 Subject: [PATCH] [MAT] add all versions --- .../src/mage/sets/MarchOfTheMachineTheAftermath.java | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/Mage.Sets/src/mage/sets/MarchOfTheMachineTheAftermath.java b/Mage.Sets/src/mage/sets/MarchOfTheMachineTheAftermath.java index 0d30aa719ef..465b9049d62 100644 --- a/Mage.Sets/src/mage/sets/MarchOfTheMachineTheAftermath.java +++ b/Mage.Sets/src/mage/sets/MarchOfTheMachineTheAftermath.java @@ -64,7 +64,11 @@ public final class MarchOfTheMachineTheAftermath extends ExpansionSet { cards.add(new SetCardInfo("Death-Rattle Oni", 13, Rarity.UNCOMMON, mage.cards.d.DeathRattleOni.class, NON_FULL_USE_VARIOUS)); cards.add(new SetCardInfo("Death-Rattle Oni", 197, Rarity.UNCOMMON, mage.cards.d.DeathRattleOni.class, NON_FULL_USE_VARIOUS)); cards.add(new SetCardInfo("Death-Rattle Oni", 63, Rarity.UNCOMMON, mage.cards.d.DeathRattleOni.class, NON_FULL_USE_VARIOUS)); - cards.add(new SetCardInfo("Deification", 2, Rarity.RARE, mage.cards.d.Deification.class)); + cards.add(new SetCardInfo("Deification", 102, Rarity.RARE, mage.cards.d.Deification.class, NON_FULL_USE_VARIOUS)); + cards.add(new SetCardInfo("Deification", 151, Rarity.RARE, mage.cards.d.Deification.class, NON_FULL_USE_VARIOUS)); + cards.add(new SetCardInfo("Deification", 187, Rarity.RARE, mage.cards.d.Deification.class, NON_FULL_USE_VARIOUS)); + cards.add(new SetCardInfo("Deification", 2, Rarity.RARE, mage.cards.d.Deification.class, NON_FULL_USE_VARIOUS)); + cards.add(new SetCardInfo("Deification", 52, Rarity.RARE, mage.cards.d.Deification.class, NON_FULL_USE_VARIOUS)); cards.add(new SetCardInfo("Drannith Ruins", 100, Rarity.RARE, mage.cards.d.DrannithRuins.class, NON_FULL_USE_VARIOUS)); cards.add(new SetCardInfo("Drannith Ruins", 150, Rarity.RARE, mage.cards.d.DrannithRuins.class, NON_FULL_USE_VARIOUS)); cards.add(new SetCardInfo("Drannith Ruins", 185, Rarity.RARE, mage.cards.d.DrannithRuins.class, NON_FULL_USE_VARIOUS)); @@ -151,7 +155,11 @@ public final class MarchOfTheMachineTheAftermath extends ExpansionSet { cards.add(new SetCardInfo("Niv-Mizzet, Supreme", 219, Rarity.RARE, mage.cards.n.NivMizzetSupreme.class, NON_FULL_USE_VARIOUS)); cards.add(new SetCardInfo("Niv-Mizzet, Supreme", 40, Rarity.RARE, mage.cards.n.NivMizzetSupreme.class, NON_FULL_USE_VARIOUS)); cards.add(new SetCardInfo("Niv-Mizzet, Supreme", 90, Rarity.RARE, mage.cards.n.NivMizzetSupreme.class, NON_FULL_USE_VARIOUS)); - cards.add(new SetCardInfo("Ob Nixilis, Captive Kingpin", 41, Rarity.MYTHIC, mage.cards.o.ObNixilisCaptiveKingpin.class)); + cards.add(new SetCardInfo("Ob Nixilis, Captive Kingpin", 141, Rarity.MYTHIC, mage.cards.o.ObNixilisCaptiveKingpin.class, NON_FULL_USE_VARIOUS)); + cards.add(new SetCardInfo("Ob Nixilis, Captive Kingpin", 176, Rarity.MYTHIC, mage.cards.o.ObNixilisCaptiveKingpin.class, NON_FULL_USE_VARIOUS)); + cards.add(new SetCardInfo("Ob Nixilis, Captive Kingpin", 220, Rarity.MYTHIC, mage.cards.o.ObNixilisCaptiveKingpin.class, NON_FULL_USE_VARIOUS)); + cards.add(new SetCardInfo("Ob Nixilis, Captive Kingpin", 41, Rarity.MYTHIC, mage.cards.o.ObNixilisCaptiveKingpin.class, NON_FULL_USE_VARIOUS)); + cards.add(new SetCardInfo("Ob Nixilis, Captive Kingpin", 91, Rarity.MYTHIC, mage.cards.o.ObNixilisCaptiveKingpin.class, NON_FULL_USE_VARIOUS)); cards.add(new SetCardInfo("Open the Way", 123, Rarity.RARE, mage.cards.o.OpenTheWay.class, NON_FULL_USE_VARIOUS)); cards.add(new SetCardInfo("Open the Way", 163, Rarity.RARE, mage.cards.o.OpenTheWay.class, NON_FULL_USE_VARIOUS)); cards.add(new SetCardInfo("Open the Way", 23, Rarity.RARE, mage.cards.o.OpenTheWay.class, NON_FULL_USE_VARIOUS));