convert Captain of the Watch to etbMakeToken keyword.

This commit is contained in:
jendave
2011-08-06 08:41:04 +00:00
parent 64ac293756
commit 40067cb50f
2 changed files with 3 additions and 2 deletions

View File

@@ -4,6 +4,7 @@ Types:Creature Human Soldier
Text:Other Soldier creatures you control get +1/+1 and have vigilance.\r\nWhen Captain of the Watch enters the battlefield, put three 1/1 white Soldier creature tokens onto the battlefield.
PT:3/3
K:Vigilance
K:etbMakeToken<>3<>Soldier<>W 1 1 Soldier<>Controller<>W<>Creature;Soldier<>1<>1<>None<>put three 1/1 white Soldier creature tokens onto the battlefield.
SVar:PlayMain1:TRUE
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/captain_of_the_watch.jpg

View File

@@ -173,7 +173,7 @@ public class CardFactory_Creatures {
a1.setBeforePayMana(CardFactoryUtil.input_targetPlayer(a1));
}//*************** END ************ END **************************
/*
//*************** START *********** START **************************
else if(cardName.equals("Captain of the Watch")) {
final SpellAbility comesIntoPlayAbility = new Ability(card, "0") {
@@ -203,7 +203,7 @@ public class CardFactory_Creatures {
card.addComesIntoPlayCommand(intoPlay);
}//*************** END ************ END **************************
*/
//*************** START *********** START **************************
else if(cardName.equals("Dimir Guildmage")) {