From ca5a3d2f76bbe728f647cd832d9b86a675c53ab4 Mon Sep 17 00:00:00 2001 From: jendave Date: Sat, 6 Aug 2011 08:53:01 +0000 Subject: [PATCH] convert Puppeteer and Stone-Seeder Hierophant to keyword. --- res/cardsfolder/puppeteer.txt | 2 ++ res/cardsfolder/stone_seeder_hierophant.txt | 1 + src/forge/CardFactory_Creatures.java | 4 ++-- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/res/cardsfolder/puppeteer.txt b/res/cardsfolder/puppeteer.txt index 94a7865cd95..c429d6711c1 100644 --- a/res/cardsfolder/puppeteer.txt +++ b/res/cardsfolder/puppeteer.txt @@ -3,6 +3,8 @@ ManaCost:2 U Types:Creature Human Wizard Text:no text PT:1/2 +K:abTapTgt U T:Creature:Tap target creature. +K:abUntapTgt U T:Creature:Untap target creature. SVar:Rarity:Uncommon SVar:Picture:http://www.wizards.com/global/images/magic/general/puppeteer.jpg End diff --git a/res/cardsfolder/stone_seeder_hierophant.txt b/res/cardsfolder/stone_seeder_hierophant.txt index 40c424bee3c..bcfdafb2b1f 100644 --- a/res/cardsfolder/stone_seeder_hierophant.txt +++ b/res/cardsfolder/stone_seeder_hierophant.txt @@ -4,6 +4,7 @@ Types:Creature Human Druid Text:no text PT:1/1 K:WheneverKeyword:EntersBattleField:Type/Land:Play:UntapPermanent:Self:ASAP:Yes_No:Initiator - OwnedByController:Landfall - Whenever a land enters the battlefield under your control, untap Stone-Seeder Hierophant. +K:abUntapTgt T:Land:Untap target land. SVar:RemAIDeck:True SVar:Rarity:Common SVar:Picture:http://www.wizards.com/global/images/magic/general/stone_seeder_hierophant.jpg diff --git a/src/forge/CardFactory_Creatures.java b/src/forge/CardFactory_Creatures.java index 8f0191f7a60..e1211ecc457 100644 --- a/src/forge/CardFactory_Creatures.java +++ b/src/forge/CardFactory_Creatures.java @@ -5496,7 +5496,7 @@ public class CardFactory_Creatures { ability.setBeforePayMana(CardFactoryUtil.input_targetCreature(ability)); }//*************** END ************ END ************************** - + /* //*************** START *********** START ************************** else if(cardName.equals("Puppeteer")) { //tap - target creature @@ -5540,7 +5540,7 @@ public class CardFactory_Creatures { ability.setBeforePayMana(CardFactoryUtil.input_targetCreature(ability)); }//*************** END ************ END ************************** - + */ //*************** START *********** START ************************** else if(cardName.equals("Mirror Entity"))