diff --git a/Mage.Sets/src/mage/sets/darksteel/EchoingRuin.java b/Mage.Sets/src/mage/sets/darksteel/EchoingRuin.java index 8f909b0e7e..9d8078ec95 100644 --- a/Mage.Sets/src/mage/sets/darksteel/EchoingRuin.java +++ b/Mage.Sets/src/mage/sets/darksteel/EchoingRuin.java @@ -75,7 +75,7 @@ public class EchoingRuin extends CardImpl { class EchoingRuinEffect extends OneShotEffect { EchoingRuinEffect() { super(Outcome.DestroyPermanent); - staticText = "Destroy targetartifact and all other artifacts with the same name as that artifact"; + staticText = "Destroy target artifact and all other artifacts with the same name as that artifact"; } EchoingRuinEffect(final EchoingRuinEffect effect) { diff --git a/Mage.Sets/src/mage/sets/homelands/MemoryLapse2.java b/Mage.Sets/src/mage/sets/homelands/MemoryLapse2.java index 8d9a0fb312..69644b3c8e 100644 --- a/Mage.Sets/src/mage/sets/homelands/MemoryLapse2.java +++ b/Mage.Sets/src/mage/sets/homelands/MemoryLapse2.java @@ -33,7 +33,7 @@ import java.util.UUID; * * @author fireshoes */ -public class MemoryLapse2 extends mage.sets.homelands.MemoryLapse1 { +public class MemoryLapse2 extends mage.sets.seventhedition.MemoryLapse { public MemoryLapse2(UUID ownerId) { super(ownerId);