mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
convert both abilities of Sliver Overlord to AF (GainControl and Fetch)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 **************************
|
||||
|
||||
Reference in New Issue
Block a user