- Converted Beast Attack to keyword.

This commit is contained in:
jendave
2011-08-06 09:23:32 +00:00
parent 104f193796
commit df7d912c9f
2 changed files with 6 additions and 3 deletions

View File

@@ -1,7 +1,9 @@
Name:Beast Attack
ManaCost:2 G G G
Types:Instant
Text:no text
Text:Put a 4/4 green Beast creature token onto the battlefield.
K:spMakeToken<>1<>Beast<>G 4 4 Beast<>Controller<>G<>Creature;Beast<>4<>4<>None
SVar:Flashback:2 G G G/0
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/beast_attack.jpg
End

View File

@@ -2191,7 +2191,7 @@ public class CardFactory_Instants {
}//*************** END ************ END **************************
*/
/*
//*************** START *********** START **************************
else if(cardName.equals("Beast Attack")) {
SpellAbility spell = new Spell(card) {
@@ -2224,6 +2224,7 @@ public class CardFactory_Instants {
card.addSpellAbility(CardFactoryUtil.ability_Flashback(card, "2 G G G", "0"));
}//*************** END ************ END **************************
*/
//*************** START *********** START **************************
else if(cardName.equals("Wrap in Vigor")) {