From b3a30ce978851cd0543e540254d09df48a47ce20 Mon Sep 17 00:00:00 2001 From: jendave Date: Sat, 6 Aug 2011 08:29:47 +0000 Subject: [PATCH] convert Dragon Roost to abMakeToken keyword --- res/cardsfolder/dragon_roost.txt | 1 + src/forge/CardFactory.java | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/res/cardsfolder/dragon_roost.txt b/res/cardsfolder/dragon_roost.txt index 81b4b07a0f9..661c83ef274 100644 --- a/res/cardsfolder/dragon_roost.txt +++ b/res/cardsfolder/dragon_roost.txt @@ -2,6 +2,7 @@ Name:Dragon Roost ManaCost:4 R R Types:Enchantment Text:no text +K:abMakeToken 5 R R<>1<>Dragon<>R 5 5 Dragon<>Controller<>R<>Creature;Dragon<>5<>5<>Flying<>Put a 5/5 red Dragon creature token with flying onto the battlefield. SVar:Rarity:Rare SVar:Picture:http://www.wizards.com/global/images/magic/general/dragon_roost.jpg End diff --git a/src/forge/CardFactory.java b/src/forge/CardFactory.java index bda053493b3..78efa7b44f7 100644 --- a/src/forge/CardFactory.java +++ b/src/forge/CardFactory.java @@ -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") {