mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
Minor fix on Echoing Ruin and Memory Lapse
This commit is contained in:
parent
e7b81d8fdf
commit
a9cb22f027
2 changed files with 2 additions and 2 deletions
|
@ -75,7 +75,7 @@ public class EchoingRuin extends CardImpl {
|
||||||
class EchoingRuinEffect extends OneShotEffect {
|
class EchoingRuinEffect extends OneShotEffect {
|
||||||
EchoingRuinEffect() {
|
EchoingRuinEffect() {
|
||||||
super(Outcome.DestroyPermanent);
|
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) {
|
EchoingRuinEffect(final EchoingRuinEffect effect) {
|
||||||
|
|
|
@ -33,7 +33,7 @@ import java.util.UUID;
|
||||||
*
|
*
|
||||||
* @author fireshoes
|
* @author fireshoes
|
||||||
*/
|
*/
|
||||||
public class MemoryLapse2 extends mage.sets.homelands.MemoryLapse1 {
|
public class MemoryLapse2 extends mage.sets.seventhedition.MemoryLapse {
|
||||||
|
|
||||||
public MemoryLapse2(UUID ownerId) {
|
public MemoryLapse2(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
|
|
Loading…
Reference in a new issue