diff --git a/res/cardsfolder/m/maelstrom_pulse.txt b/res/cardsfolder/m/maelstrom_pulse.txt index 4a390ca475c..ed069d519b5 100644 --- a/res/cardsfolder/m/maelstrom_pulse.txt +++ b/res/cardsfolder/m/maelstrom_pulse.txt @@ -1,7 +1,10 @@ Name:Maelstrom Pulse ManaCost:1 B G Types:Sorcery -Text:Destroy target nonland permanent and all other permanents with the same name as that permanent. +Text:no text +A:SP$ Destroy | Cost$ 1 B G | ValidTgts$ Permanent.nonland | TgtPrompt$ Select target nonland permanent | RememberTargets$ True | SubAbility$ DestroyAll | SpellDescription$ Destroy target nonland permanent and all other permanents with the same name as that permanent. +SVar:DestroyAll:DB$ DestroyAll | ValidCards$ Remembered.sameName | SubAbility$ DBCleanup +SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True SVar:Rarity:Rare SVar:Picture:http://www.wizards.com/global/images/magic/general/maelstrom_pulse.jpg SetInfo:ARB|Rare|http://magiccards.info/scans/en/arb/92.jpg diff --git a/src/main/java/forge/card/cardfactory/CardFactorySorceries.java b/src/main/java/forge/card/cardfactory/CardFactorySorceries.java index bb40c74a31e..92a1f9e09c9 100644 --- a/src/main/java/forge/card/cardfactory/CardFactorySorceries.java +++ b/src/main/java/forge/card/cardfactory/CardFactorySorceries.java @@ -702,7 +702,7 @@ public class CardFactorySorceries { card.addSpellAbility(spell); } // *************** END ************ END ************************** -*/ + // *************** START *********** START ************************** else if (cardName.equals("Maelstrom Pulse")) { final SpellAbility spell = new Spell(card) { @@ -799,7 +799,7 @@ public class CardFactorySorceries { spell.setBeforePayMana(target); } // *************** END ************ END *************************** - +*/ // *************** START *********** START ************************** else if (cardName.equals("Erratic Explosion")) { final Cost cost = new Cost(card.getManaCost(), cardName, false);