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
ba6e8409d1
commit
a897b374a0
2 changed files with 35 additions and 66 deletions
|
|
@ -37,7 +37,7 @@ import mage.MageInt;
|
|||
public class MysticGenesisOozeToken extends Token {
|
||||
|
||||
public MysticGenesisOozeToken() {
|
||||
this(1);
|
||||
this(0);
|
||||
}
|
||||
public MysticGenesisOozeToken(int xValue) {
|
||||
super("Ooze", "X/X green Ooze creature token");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue