forked from External/mage
Fixed tests
This commit is contained in:
parent
16f7e401f7
commit
52579fd1f3
2 changed files with 5 additions and 3 deletions
|
|
@ -1,17 +1,18 @@
|
|||
package mage.game.permanent.token;
|
||||
|
||||
import mage.MageInt;
|
||||
import mage.abilities.keyword.DefenderAbility;
|
||||
import mage.abilities.keyword.FlyingAbility;
|
||||
import mage.constants.CardType;
|
||||
import mage.constants.SubType;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author TheElk801
|
||||
*/
|
||||
public final class WeirdToken2 extends TokenImpl {
|
||||
|
||||
public WeirdToken2() {
|
||||
this(0);
|
||||
}
|
||||
|
||||
public WeirdToken2(int xValue) {
|
||||
super("Weird", "X/X blue and red Weird creature token");
|
||||
cardType.add(CardType.CREATURE);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue