mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
fixed card text of Donate
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
Name:Donate
|
||||
ManaCost:2 U
|
||||
Types:Sorcery
|
||||
Text:Target player gains control of target permanent you control.
|
||||
Text:no text
|
||||
SVar:RemRandomDeck:True
|
||||
SVar:Rarity:Rare
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/donate.jpg
|
||||
|
||||
@@ -984,7 +984,7 @@ public class CardFactorySorceries {
|
||||
spell.setSubAbility(sub);
|
||||
|
||||
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());
|
||||
card.addSpellAbility(spell);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user