mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 21:12:04 -08:00
Token refactor
This commit is contained in:
parent
bc5e0570ed
commit
ba6e8409d1
2 changed files with 18 additions and 24 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue