convert both of Guardian of Cloverdell's abilities to keyword.

This commit is contained in:
jendave
2011-08-06 08:41:28 +00:00
parent cb9185842e
commit ef10b15f70
2 changed files with 4 additions and 1 deletions

View File

@@ -3,6 +3,8 @@ ManaCost:5 G G
Types:Creature Treefolk Shaman
Text:When Guardian of Cloverdell comes into play, put three 1/1 white Kithkin Soldier creature tokens into play.
PT:4/5
K:abGainLife G Sac<1/Kithkin>:1
K:etbMakeToken<>3<>Kithkin Soldier<>W 1 1 Kithkin Soldier<>Controller<>W<>Creature;Kithkin;Soldier<>1<>1<>None<>put three 1/1 white Kithkin Soldier creature tokens into play.
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/guardian_of_cloverdell.jpg
End

View File

@@ -1642,7 +1642,7 @@ public class CardFactory_Creatures {
}//*************** END ************ END **************************
/*
//*************** START *********** START **************************
else if(cardName.equals("Guardian of Cloverdell")) {
final SpellAbility ability = new Ability(card, "0") {
@@ -1723,6 +1723,7 @@ public class CardFactory_Creatures {
a2.setBeforePayMana(runtime);
}//*************** END ************ END **************************
*/
/*
//*************** START *********** START **************************