mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
convert both of Guardian of Cloverdell's abilities to keyword.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 **************************
|
||||
|
||||
Reference in New Issue
Block a user