From d7eebb7df73cc1d0495cf851b18353516e9b1781 Mon Sep 17 00:00:00 2001 From: jendave Date: Sat, 6 Aug 2011 12:37:06 +0000 Subject: [PATCH] convert Rubinia Soulsinger to AB$GainControl --- res/cardsfolder/rubinia_soulsinger.txt | 3 ++- src/forge/CardFactory_Creatures.java | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/res/cardsfolder/rubinia_soulsinger.txt b/res/cardsfolder/rubinia_soulsinger.txt index 2c444430b57..2986a93f2b5 100644 --- a/res/cardsfolder/rubinia_soulsinger.txt +++ b/res/cardsfolder/rubinia_soulsinger.txt @@ -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 diff --git a/src/forge/CardFactory_Creatures.java b/src/forge/CardFactory_Creatures.java index 8abe44cf00e..bcba7d3c558 100644 --- a/src/forge/CardFactory_Creatures.java +++ b/src/forge/CardFactory_Creatures.java @@ -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")) {