diff --git a/res/cardsfolder/whispers_of_the_muse.txt b/res/cardsfolder/whispers_of_the_muse.txt index 81b2d1d322d..c11a3c44e5f 100644 --- a/res/cardsfolder/whispers_of_the_muse.txt +++ b/res/cardsfolder/whispers_of_the_muse.txt @@ -2,6 +2,8 @@ Name:Whispers of the Muse ManaCost:U Types:Instant Text:no text +A:SP$Draw | Cost$U | NumCards$1 | SpellDescription$Draw a card. +SVar:Buyback:5 SVar:RemAIDeck:True SVar:Rarity:Uncommon SVar:Picture:http://www.wizards.com/global/images/magic/general/whispers_of_the_muse.jpg diff --git a/src/forge/CardFactory_Instants.java b/src/forge/CardFactory_Instants.java index b22e55ead81..076bd82ce84 100644 --- a/src/forge/CardFactory_Instants.java +++ b/src/forge/CardFactory_Instants.java @@ -517,7 +517,7 @@ public class CardFactory_Instants { card.addSpellAbility(spell); }//*************** END ************ END ************************** - + /* //*************** START *********** START ************************** else if(cardName.equals("Whispers of the Muse")) { final SpellAbility spell_one = new Spell(card) { @@ -572,7 +572,7 @@ public class CardFactory_Instants { card.addSpellAbility(spell_two); }//*************** END ************ END ************************** - + */ //*************** START *********** START ************************** // TODO: Use spPumpTgt with sVar:Buyback