diff --git a/Mage.Sets/src/mage/sets/commander2013/CrosissCharm.java b/Mage.Sets/src/mage/sets/commander2013/CrosissCharm.java index 67211e6899a..4f43fdb6fd0 100644 --- a/Mage.Sets/src/mage/sets/commander2013/CrosissCharm.java +++ b/Mage.Sets/src/mage/sets/commander2013/CrosissCharm.java @@ -69,7 +69,7 @@ public class CrosissCharm extends CardImpl { this.getSpellAbility().addMode(mode); // or destroy target artifact. mode = new Mode(); - mode.getEffects().add(new DestroyTargetEffect(true)); + mode.getEffects().add(new DestroyTargetEffect()); Target target = new TargetArtifactPermanent(); mode.getTargets().add(target); this.getSpellAbility().addMode(mode); diff --git a/Mage.Sets/src/mage/sets/eldritchmoon/ContingencyPlan.java b/Mage.Sets/src/mage/sets/eldritchmoon/ContingencyPlan.java index dc2ce5de5ce..47b9dfc309a 100644 --- a/Mage.Sets/src/mage/sets/eldritchmoon/ContingencyPlan.java +++ b/Mage.Sets/src/mage/sets/eldritchmoon/ContingencyPlan.java @@ -45,7 +45,6 @@ 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"); // 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),