From a9cb22f02751c7b71a5eac530bbfb0d7ff65a2a8 Mon Sep 17 00:00:00 2001 From: fireshoes Date: Mon, 5 Jan 2015 00:33:51 -0600 Subject: [PATCH] Minor fix on Echoing Ruin and Memory Lapse --- Mage.Sets/src/mage/sets/darksteel/EchoingRuin.java | 2 +- Mage.Sets/src/mage/sets/homelands/MemoryLapse2.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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);