convert Patrol Signaler to abMakeToken keyword

This commit is contained in:
jendave
2011-08-06 08:44:09 +00:00
parent db5e4e47da
commit 4dcf95994b
2 changed files with 3 additions and 2 deletions

View File

@@ -3,6 +3,7 @@ ManaCost:1 W
Types:Creature Kithkin Soldier
Text:no text
PT:1/1
K:abMakeToken 1 W Untap<>1<>Kithkin Soldier<>W 1 1 Kithkin Soldier<>Controller<>W<>Creature;Kithkin;Soldier<>1<>1<>None<>put a 1/1 white Kithkin Soldier creature token onto the battlefield.
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/patrol_signaler.jpg
End

View File

@@ -1606,7 +1606,7 @@ public class CardFactory_Creatures {
}//*************** END ************ END **************************
/*
//*************** START *********** START **************************
else if(cardName.equals("Patrol Signaler")) {
final SpellAbility a1 = new Ability(card, "1 W") {
@@ -1641,7 +1641,7 @@ public class CardFactory_Creatures {
a1.setBeforePayMana(new Input_PayManaCost(a1));
}//*************** END ************ END **************************
*/
/*
//*************** START *********** START **************************
else if(cardName.equals("Guardian of Cloverdell")) {