convert Rubinia Soulsinger to AB$GainControl

This commit is contained in:
jendave
2011-08-06 12:37:06 +00:00
parent 302423f324
commit d7eebb7df7
2 changed files with 5 additions and 4 deletions

View File

@@ -1,9 +1,10 @@
Name:Rubinia Soulsinger
ManaCost:2 G W U
Types:Legendary Creature Faerie
Text:tap: Gain control of target creature for as long as you control Rubinia and Rubinia remains tapped.
Text:no text
PT:2/3
K:You may choose not to untap CARDNAME during your untap step.
A:AB$GainControl|Cost$T|Tgt$TgtC|LoseControl$Untap,LeavesPlay,LoseControl|SpellDescription$Gain control of target creature for as long as you control Rubinia and Rubinia remains tapped.
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/rubinia_soulsinger.jpg
SetInfo:LEG|Rare|http://magiccards.info/scans/en/lg/296.jpg

View File

@@ -18674,13 +18674,13 @@ public class CardFactory_Creatures {
ability.setStackDescription(sbStack.toString());
}//*************** END ************ END **************************
/*
//*************** START *********** START **************************
else if(cardName.equals("Rubinia Soulsinger")) {
/*
* Tap: Gain control of target creature for as long as you
* control Rubinia and Rubinia remains tapped.
*/
*
final Card movedCreature[] = new Card[1];
final Ability_Tap ability = new Ability_Tap(card, "0") {
private static final long serialVersionUID = 7018915669688488647L;
@@ -18768,7 +18768,7 @@ public class CardFactory_Creatures {
card.addSpellAbility(ability);
ability.setBeforePayMana(CardFactoryUtil.input_targetCreature(ability));
}//*************** END ************ END **************************
*/
//*************** START *********** START **************************
else if(cardName.equals("Vampire Hexmage")) {