Fixed UGL test, rename new token

This commit is contained in:
Oleg Agafonov 2018-01-13 02:27:16 +04:00
parent 9b740b8cbb
commit 4771ad2c63
3 changed files with 9 additions and 7 deletions

View file

@ -35,13 +35,13 @@ import mage.MageInt;
*
* @author SpikesCafe-google
*/
public class PureReflectionToken extends Token {
public class ReflectionPureToken extends Token {
public PureReflectionToken() {
public ReflectionPureToken() {
this(1);
}
public PureReflectionToken(int xValue) {
public ReflectionPureToken(int xValue) {
super("Reflection", "X/X white Reflection creature token, where X is the converted mana cost of that spell");
this.setOriginalExpansionSetCode("INV");
cardType.add(CardType.CREATURE);