mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
convert Ley Druid and Juniper Order Druid to new abUntapTgt keyword.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user