mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
convert Dragon Roost to abMakeToken keyword
This commit is contained in:
@@ -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") {
|
||||
|
||||
Reference in New Issue
Block a user