mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
convert Whispers of the Muse to AF_Draw
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user