convert both abilities of Sliver Overlord to AF (GainControl and Fetch)

This commit is contained in:
jendave
2011-08-06 11:06:59 +00:00
parent d5705dbb2f
commit 37ec689701
2 changed files with 4 additions and 1 deletions

View File

@@ -3,6 +3,8 @@ ManaCost:W U B R G
Types:Legendary Creature Sliver Mutant
Text:no text
PT:7/7
A:AB$Fetch|Cost$3|Destination$Hand|FetchType$Sliver|FetchNum$1|SpellDescription$Search your library for a Sliver card, reveal that card, and put it into your hand. Then shuffle your library.
A:AB$GainControl|Cost$3|ValidTgts$Creature.Sliver|TgtPrompt$Select target Sliver.|SpellDescription$Gain control of target Sliver. (This effect lasts indefinitely.)
SVar:PlayMain1:TRUE
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/sliver_overlord.jpg

View File

@@ -751,7 +751,7 @@ public class CardFactory_Creatures {
card.addSpellAbility(ability);
}//*************** END ************ END **************************
/*
//*************** START *********** START **************************
else if(cardName.equals("Sliver Overlord")) {
//final String player = card.getController();
@@ -908,6 +908,7 @@ public class CardFactory_Creatures {
card.addSpellAbility(ability);
card.addSpellAbility(ability2);
}//*************** END ************ END **************************
*/
/*
//*************** START *********** START **************************