forked from External/mage
replaced all instances of converted mana cost with mana value
This commit is contained in:
parent
cb0df438dd
commit
a61d5543fa
610 changed files with 1781 additions and 1796 deletions
|
|
@ -16,7 +16,7 @@ public final class ReflectionPureToken extends TokenImpl {
|
|||
}
|
||||
|
||||
public ReflectionPureToken(int xValue) {
|
||||
super("Reflection", "X/X white Reflection creature token, where X is the converted mana cost of that spell");
|
||||
super("Reflection", "X/X white Reflection creature token, where X is the mana value of that spell");
|
||||
this.setOriginalExpansionSetCode("INV");
|
||||
cardType.add(CardType.CREATURE);
|
||||
color.setWhite(true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue