diff --git a/Mage.Sets/src/mage/sets/championsofkamigawa/MinamoSchoolatWatersEdge.java b/Mage.Sets/src/mage/sets/championsofkamigawa/MinamoSchoolatWatersEdge.java index 3ca58db4b4..f62cd404a3 100644 --- a/Mage.Sets/src/mage/sets/championsofkamigawa/MinamoSchoolatWatersEdge.java +++ b/Mage.Sets/src/mage/sets/championsofkamigawa/MinamoSchoolatWatersEdge.java @@ -61,7 +61,7 @@ public class MinamoSchoolatWatersEdge extends CardImpl public MinamoSchoolatWatersEdge (UUID ownerId) { super(ownerId, 279, "Minamo, School at Water's Edge", Rarity.RARE, new CardType[]{CardType.LAND}, null); this.expansionSetCode = "CHK"; - this.subtype.add("Legendary"); + this.supertype.add("Legendary"); this.addAbility(new BlueManaAbility()); Ability ability = new SimpleActivatedAbility(Constants.Zone.BATTLEFIELD, new UntapTargetEffect(), new ColoredManaCost(Constants.ColoredManaSymbol.U)); ability.addCost(new TapSourceCost()); diff --git a/Mage.Sets/src/mage/sets/championsofkamigawa/ShizoDeathsStorehouse.java b/Mage.Sets/src/mage/sets/championsofkamigawa/ShizoDeathsStorehouse.java index 6e25662681..0ebb4681ef 100644 --- a/Mage.Sets/src/mage/sets/championsofkamigawa/ShizoDeathsStorehouse.java +++ b/Mage.Sets/src/mage/sets/championsofkamigawa/ShizoDeathsStorehouse.java @@ -60,7 +60,7 @@ public class ShizoDeathsStorehouse extends CardImpl { public ShizoDeathsStorehouse(UUID ownerId) { super(ownerId, 283, "Shizo, Death's Storehouse", Rarity.RARE, new CardType[]{CardType.LAND}, null); this.expansionSetCode = "CHK"; - this.subtype.add("Legendary"); + this.supertype.add("Legendary"); this.addAbility(new BlackManaAbility()); Ability ability = new SimpleActivatedAbility(Constants.Zone.BATTLEFIELD, new GainAbilityTargetEffect(FearAbility.getInstance(), Constants.Duration.EndOfTurn), new ColoredManaCost(Constants.ColoredManaSymbol.B)); ability.addCost(new TapSourceCost()); diff --git a/Mage.Sets/src/mage/sets/guildpact/GhostCouncilofOrzhova.java b/Mage.Sets/src/mage/sets/guildpact/GhostCouncilofOrzhova.java index 7598df32aa..551e367542 100644 --- a/Mage.Sets/src/mage/sets/guildpact/GhostCouncilofOrzhova.java +++ b/Mage.Sets/src/mage/sets/guildpact/GhostCouncilofOrzhova.java @@ -60,7 +60,7 @@ public class GhostCouncilofOrzhova extends CardImpl { public GhostCouncilofOrzhova (UUID ownerId) { super(ownerId, 114, "Ghost Council of Orzhova", Rarity.RARE, new CardType[]{CardType.CREATURE}, "{W}{W}{B}{B}"); this.expansionSetCode = "GPT"; - this.subtype.add("Legendary"); + this.supertype.add("Legendary"); this.subtype.add("Spirit"); this.color.setWhite(true); this.color.setBlack(true); diff --git a/Mage.Sets/src/mage/sets/mirrodinbesieged/GlissatheTraitor.java b/Mage.Sets/src/mage/sets/mirrodinbesieged/GlissatheTraitor.java index b4b18aeb12..3b09130cd4 100644 --- a/Mage.Sets/src/mage/sets/mirrodinbesieged/GlissatheTraitor.java +++ b/Mage.Sets/src/mage/sets/mirrodinbesieged/GlissatheTraitor.java @@ -55,7 +55,7 @@ public class GlissatheTraitor extends CardImpl { public GlissatheTraitor (UUID ownerId) { super(ownerId, 96, "Glissa, the Traitor", Rarity.MYTHIC, new CardType[]{CardType.CREATURE}, "{B}{G}{G}"); this.expansionSetCode = "MBS"; - this.subtype.add("Legendary"); + this.supertype.add("Legendary"); this.subtype.add("Zombie"); this.subtype.add("Elf"); this.color.setBlack(true); diff --git a/Mage.Sets/src/mage/sets/newphyrexia/JorKadeenThePrevailer.java b/Mage.Sets/src/mage/sets/newphyrexia/JorKadeenThePrevailer.java index 5571377ee6..edc51393f6 100644 --- a/Mage.Sets/src/mage/sets/newphyrexia/JorKadeenThePrevailer.java +++ b/Mage.Sets/src/mage/sets/newphyrexia/JorKadeenThePrevailer.java @@ -52,7 +52,7 @@ public class JorKadeenThePrevailer extends CardImpl { public JorKadeenThePrevailer(UUID ownerId) { super(ownerId, 128, "Jor Kadeen, the Prevailer", Rarity.RARE, new CardType[]{CardType.CREATURE}, "{3}{R}{W}"); this.expansionSetCode = "NPH"; - this.subtype.add("Legendary"); + this.supertype.add("Legendary"); this.subtype.add("Human"); this.subtype.add("Warrior"); diff --git a/Mage.Sets/src/mage/sets/riseoftheeldrazi/KozilekButcherofTruth.java b/Mage.Sets/src/mage/sets/riseoftheeldrazi/KozilekButcherofTruth.java index beb56345c7..d8e8903360 100644 --- a/Mage.Sets/src/mage/sets/riseoftheeldrazi/KozilekButcherofTruth.java +++ b/Mage.Sets/src/mage/sets/riseoftheeldrazi/KozilekButcherofTruth.java @@ -55,7 +55,7 @@ public class KozilekButcherofTruth extends CardImpl { public KozilekButcherofTruth (UUID ownerId) { super(ownerId, 6, "Kozilek, Butcher of Truth", Rarity.MYTHIC, new CardType[]{CardType.CREATURE}, "{10}"); this.expansionSetCode = "ROE"; - this.subtype.add("Legendary"); + this.supertype.add("Legendary"); this.subtype.add("Eldrazi"); this.power = new MageInt(12); this.toughness = new MageInt(12); diff --git a/Mage.Sets/src/mage/sets/riseoftheeldrazi/TuktuktheExplorer.java b/Mage.Sets/src/mage/sets/riseoftheeldrazi/TuktuktheExplorer.java index 092c655a5a..956a807a5f 100644 --- a/Mage.Sets/src/mage/sets/riseoftheeldrazi/TuktuktheExplorer.java +++ b/Mage.Sets/src/mage/sets/riseoftheeldrazi/TuktuktheExplorer.java @@ -47,7 +47,7 @@ public class TuktuktheExplorer extends CardImpl { public TuktuktheExplorer (UUID ownerId) { super(ownerId, 169, "Tuktuk the Explorer", Rarity.RARE, new CardType[]{CardType.CREATURE}, "{2}{R}"); this.expansionSetCode = "ROE"; - this.subtype.add("Legendary"); + this.supertype.add("Legendary"); this.subtype.add("Goblin"); this.color.setRed(true); this.power = new MageInt(1); diff --git a/Mage.Sets/src/mage/sets/scarsofmirrodin/GethLordoftheVault.java b/Mage.Sets/src/mage/sets/scarsofmirrodin/GethLordoftheVault.java index a2eeb988ce..a2728d1a6c 100644 --- a/Mage.Sets/src/mage/sets/scarsofmirrodin/GethLordoftheVault.java +++ b/Mage.Sets/src/mage/sets/scarsofmirrodin/GethLordoftheVault.java @@ -69,7 +69,7 @@ public class GethLordoftheVault extends CardImpl { public GethLordoftheVault (UUID ownerId) { super(ownerId, 64, "Geth, Lord of the Vault", Rarity.MYTHIC, new CardType[]{CardType.CREATURE}, "{4}{B}{B}"); this.expansionSetCode = "SOM"; - this.subtype.add("Legendary"); + this.supertype.add("Legendary"); this.subtype.add("Zombie"); this.color.setBlack(true); this.power = new MageInt(5); diff --git a/Mage.Sets/src/mage/sets/scarsofmirrodin/KembaKhaRegent.java b/Mage.Sets/src/mage/sets/scarsofmirrodin/KembaKhaRegent.java index ab817e6198..cdc67d35a1 100644 --- a/Mage.Sets/src/mage/sets/scarsofmirrodin/KembaKhaRegent.java +++ b/Mage.Sets/src/mage/sets/scarsofmirrodin/KembaKhaRegent.java @@ -54,7 +54,7 @@ public class KembaKhaRegent extends CardImpl { public KembaKhaRegent (UUID ownerId) { super(ownerId, 12, "Kemba, Kha Regent", Rarity.RARE, new CardType[]{CardType.CREATURE}, "{1}{W}{W}"); this.expansionSetCode = "SOM"; - this.subtype.add("Legendary"); + this.supertype.add("Legendary"); this.subtype.add("Cat"); this.subtype.add("Cleric");