fixed card text of Donate

This commit is contained in:
slapshot5
2012-02-04 13:47:31 +00:00
parent 1b782a9a23
commit 5299e93cdb
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
Name:Donate Name:Donate
ManaCost:2 U ManaCost:2 U
Types:Sorcery Types:Sorcery
Text:Target player gains control of target permanent you control. Text:no text
SVar:RemRandomDeck:True SVar:RemRandomDeck:True
SVar:Rarity:Rare SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/donate.jpg SVar:Picture:http://www.wizards.com/global/images/magic/general/donate.jpg

View File

@@ -984,7 +984,7 @@ public class CardFactorySorceries {
spell.setSubAbility(sub); spell.setSubAbility(sub);
final StringBuilder sbDesc = new StringBuilder(); final StringBuilder sbDesc = new StringBuilder();
sbDesc.append("Target player gains control of target permanent"); sbDesc.append("Target player gains control of target permanent you control.");
spell.setDescription(sbDesc.toString()); spell.setDescription(sbDesc.toString());
card.addSpellAbility(spell); card.addSpellAbility(spell);