convert Ley Druid and Juniper Order Druid to new abUntapTgt keyword.

This commit is contained in:
jendave
2011-08-06 08:51:54 +00:00
parent 8021e917b9
commit b5a1871aa3
3 changed files with 4 additions and 2 deletions

View File

@@ -3,6 +3,7 @@ ManaCost:2 G
Types:Creature Human Cleric Druid
Text:no text
PT:1/1
K:abUntapTgt T:Land:Untap target land.
SVar:RemAIDeck:True
SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/juniper_order_druid.jpg

View File

@@ -3,6 +3,7 @@ ManaCost:2 G
Types:Creature Human Druid
Text:no text
PT:1/1
K:abUntapTgt T:Land:Untap target land.
SVar:RemAIDeck:True
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/ley_druid.jpg

View File

@@ -17310,7 +17310,7 @@ public class CardFactory_Creatures {
card.addComesIntoPlayCommand(comesIntoPlay);
}//*************** END ************ END **************************
/*
//****************************START*****************
else if(cardName.equals("Ley Druid") || cardName.equals("Juniper Order Druid") || cardName.equals("Stone-Seeder Hierophant")) {
final Ability_Tap ability = new Ability_Tap(card) {
@@ -17347,7 +17347,7 @@ public class CardFactory_Creatures {
ability.setBeforePayMana(target);
}//end Ley Druid
//**************END****************END***********************
*/
//*************** START *********** START **************************
else if(cardName.equals("Borderland Ranger") || cardName.equals("Sylvan Ranger")