convert Doomed Necromancer to AB$Retrieve

This commit is contained in:
jendave
2011-08-06 13:12:37 +00:00
parent e014ca33af
commit fc04d4933e
2 changed files with 4 additions and 2 deletions

View File

@@ -1,8 +1,9 @@
Name:Doomed Necromancer
ManaCost:2 B
Types:Creature Human Cleric Mercenary
Text:B, Tap, Sacrifice Doomed Necromancer: Return target creature card from your graveyard to the battlefield.
Text:no text
PT:2/2
A:AB$Retrieve | Cost$ B T Sac<1/CARDNAME> | Destination$ Battlefield | TgtPrompt$ Choose target creature card in your graveyard | ValidTgts$ Creature.YouCtrl | SpellDescription$ Return target creature card from your graveyard to the battlefield.
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/doomed_necromancer.jpg
SetInfo:ONS|Rare|http://magiccards.info/scans/en/on/140.jpg

View File

@@ -9404,7 +9404,7 @@ public class CardFactory_Creatures {
card.addComesIntoPlayCommand(fetchBasicLand);
}//*************** END ************ END **************************
/*
//*************** START *********** START **************************
else if(cardName.equals("Doomed Necromancer")) {
final SpellAbility ability = new Ability_Tap(card, "B") {
@@ -9498,6 +9498,7 @@ public class CardFactory_Creatures {
// private static final long serialVersionUID = -462134621235305833L;
// });
}//*************** END ************ END **************************
*/
//*************** START *********** START **************************