mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 13:02:06 -08:00
Fixed UGL test, rename new token
This commit is contained in:
parent
9b740b8cbb
commit
4771ad2c63
3 changed files with 9 additions and 7 deletions
|
|
@ -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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue