convert Dragon Roost to abMakeToken keyword

This commit is contained in:
jendave
2011-08-06 08:29:47 +00:00
parent 05173ab332
commit b3a30ce978
2 changed files with 4 additions and 2 deletions

View File

@@ -6142,7 +6142,7 @@ public class CardFactory implements NewConstants {
card.addComesIntoPlayCommand(intoPlay);
}//*************** END ************ END **************************
/* converted to keyword
//*************** START *********** START **************************
else if(cardName.equals("Dragon Roost")) {
final SpellAbility ability = new Ability(card, "5 R R") {
@@ -6156,8 +6156,9 @@ public class CardFactory implements NewConstants {
ability.setStackDescription("Dragon Roost - Put a 5/5 red Dragon creature token with flying into play.");
card.addSpellAbility(ability);
}//*************** END ************ END **************************
*/
/*
/* converted to keyword
//*************** START *********** START **************************
else if(cardName.equals("The Hive")) {
final SpellAbility ability = new Ability_Tap(card, "5") {