Token refactor

This commit is contained in:
spjspj 2017-05-07 11:46:52 +10:00
parent bc5e0570ed
commit ba6e8409d1
2 changed files with 18 additions and 24 deletions

View file

@ -37,7 +37,7 @@ import mage.constants.CardType;
public class ZombieToken2 extends Token {
public ZombieToken2() {
super("", "");
this(0, 0);
}
public ZombieToken2(int zPower, int zToughness) {