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

@@ -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")) {