diff --git a/Mage.Sets/src/mage/sets/eldritchmoon/ContingencyPlan.java b/Mage.Sets/src/mage/sets/eldritchmoon/ContingencyPlan.java index 8751c7598a..dc2ce5de5c 100644 --- a/Mage.Sets/src/mage/sets/eldritchmoon/ContingencyPlan.java +++ b/Mage.Sets/src/mage/sets/eldritchmoon/ContingencyPlan.java @@ -45,7 +45,7 @@ public class ContingencyPlan extends CardImpl { public ContingencyPlan(UUID ownerId) { super(ownerId, 52, "Contingency Plan", Rarity.COMMON, new CardType[]{CardType.SORCERY}, "{1}{U}"); this.expansionSetCode = "EMN"; - this.supertype.add("SOrcery"); + this.supertype.add("Sorcery"); // Look at the top five cards of your library. Put any number of them into your graveyard and the rest back on top of your library in any order. this.getSpellAbility().addEffect(new LookLibraryAndPickControllerEffect(new StaticValue(5), false, new StaticValue(5), diff --git a/Mage.Sets/src/mage/sets/eldritchmoon/SelflessSpirit.java b/Mage.Sets/src/mage/sets/eldritchmoon/SelflessSpirit.java index 4acceb3a32..e3cac75748 100644 --- a/Mage.Sets/src/mage/sets/eldritchmoon/SelflessSpirit.java +++ b/Mage.Sets/src/mage/sets/eldritchmoon/SelflessSpirit.java @@ -51,6 +51,7 @@ public class SelflessSpirit extends CardImpl { super(ownerId, 40, "Selfless Spirit", Rarity.RARE, new CardType[]{CardType.CREATURE}, "{1}{W}"); this.expansionSetCode = "EMN"; this.subtype.add("Spirit"); + this.subtype.add("Cleric"); this.power = new MageInt(2); this.toughness = new MageInt(1); diff --git a/Mage.Sets/src/mage/sets/eldritchmoon/WharfInfiltrator.java b/Mage.Sets/src/mage/sets/eldritchmoon/WharfInfiltrator.java index 28cf6f4790..1d023ee583 100644 --- a/Mage.Sets/src/mage/sets/eldritchmoon/WharfInfiltrator.java +++ b/Mage.Sets/src/mage/sets/eldritchmoon/WharfInfiltrator.java @@ -56,7 +56,7 @@ public class WharfInfiltrator extends CardImpl { public WharfInfiltrator(UUID ownerId) { super(ownerId, 80, "Wharf Infiltrator", Rarity.RARE, new CardType[]{CardType.CREATURE}, "{1}{U}"); this.expansionSetCode = "EMN"; - this.subtype.add("Eldrazi"); + this.subtype.add("Human"); this.subtype.add("Horror"); this.power = new MageInt(1); this.toughness = new MageInt(1); diff --git a/Mage.Sets/src/mage/sets/lorwyn/TurtleshellChangeling.java b/Mage.Sets/src/mage/sets/lorwyn/TurtleshellChangeling.java index 966c07297c..f7229e5db4 100644 --- a/Mage.Sets/src/mage/sets/lorwyn/TurtleshellChangeling.java +++ b/Mage.Sets/src/mage/sets/lorwyn/TurtleshellChangeling.java @@ -48,7 +48,7 @@ public class TurtleshellChangeling extends CardImpl { public TurtleshellChangeling(UUID ownerId) { super(ownerId, 94, "Turtleshell Changeling", Rarity.UNCOMMON, new CardType[]{CardType.CREATURE}, "{3}{U}"); this.expansionSetCode = "LRW"; - this.subtype.add("Shapesifter"); + this.subtype.add("Shapeshifter"); this.power = new MageInt(1); this.toughness = new MageInt(4); diff --git a/Mage.Sets/src/mage/sets/prophecy/AlexiZephyrMage.java b/Mage.Sets/src/mage/sets/prophecy/AlexiZephyrMage.java index 8b4099fce4..84eb163b96 100644 --- a/Mage.Sets/src/mage/sets/prophecy/AlexiZephyrMage.java +++ b/Mage.Sets/src/mage/sets/prophecy/AlexiZephyrMage.java @@ -61,7 +61,7 @@ public class AlexiZephyrMage extends CardImpl { } public AlexiZephyrMage(UUID ownerId) { - super(ownerId, 28, "Alexi, Zephyr Mage", Rarity.RARE, new CardType[]{CardType.CREATURE}, "{3}{U}"); + super(ownerId, 28, "Alexi, Zephyr Mage", Rarity.RARE, new CardType[]{CardType.CREATURE}, "{3}{U}{U}"); this.expansionSetCode = "PCY"; this.supertype.add("Legendary"); this.subtype.add("Human"); diff --git a/Mage.Sets/src/mage/sets/shadowsoverinnistrad/FalkenrathGorger.java b/Mage.Sets/src/mage/sets/shadowsoverinnistrad/FalkenrathGorger.java index 84dab5584e..5a939d0d5a 100644 --- a/Mage.Sets/src/mage/sets/shadowsoverinnistrad/FalkenrathGorger.java +++ b/Mage.Sets/src/mage/sets/shadowsoverinnistrad/FalkenrathGorger.java @@ -57,7 +57,7 @@ public class FalkenrathGorger extends CardImpl { super(ownerId, 155, "Falkenrath Gorger", Rarity.RARE, new CardType[]{CardType.CREATURE}, "{R}"); this.expansionSetCode = "SOI"; this.subtype.add("Vampire"); - this.subtype.add("Warrior"); + this.subtype.add("Berserker"); this.power = new MageInt(2); this.toughness = new MageInt(1); diff --git a/Mage.Sets/src/mage/sets/shadowsoverinnistrad/InexorableBlob.java b/Mage.Sets/src/mage/sets/shadowsoverinnistrad/InexorableBlob.java index da318740e3..35084410ab 100644 --- a/Mage.Sets/src/mage/sets/shadowsoverinnistrad/InexorableBlob.java +++ b/Mage.Sets/src/mage/sets/shadowsoverinnistrad/InexorableBlob.java @@ -47,7 +47,7 @@ public class InexorableBlob extends CardImpl { public InexorableBlob(UUID ownerId) { super(ownerId, 212, "Inexorable Blob", Rarity.RARE, new CardType[]{CardType.CREATURE}, "{2}{G}"); this.expansionSetCode = "SOI"; - this.subtype.add("Oooze"); + this.subtype.add("Ooze"); this.power = new MageInt(3); this.toughness = new MageInt(3); diff --git a/Mage.Sets/src/mage/sets/shadowsoverinnistrad/InfectiousCurse.java b/Mage.Sets/src/mage/sets/shadowsoverinnistrad/InfectiousCurse.java index 7ddcdf42b4..cf60a505bc 100644 --- a/Mage.Sets/src/mage/sets/shadowsoverinnistrad/InfectiousCurse.java +++ b/Mage.Sets/src/mage/sets/shadowsoverinnistrad/InfectiousCurse.java @@ -64,6 +64,7 @@ public class InfectiousCurse extends CardImpl { this.expansionSetCode = "SOI"; this.subtype.add("Aura"); this.subtype.add("Curse"); + this.color.setBlack(true); this.nightCard = true; this.canTransform = true;