forked from External/mage
[M20] added tokens
This commit is contained in:
parent
716b929877
commit
4148a572cf
10 changed files with 51 additions and 27 deletions
|
|
@ -1,16 +1,14 @@
|
|||
|
||||
package mage.game.permanent.token;
|
||||
|
||||
import mage.MageInt;
|
||||
import mage.constants.CardType;
|
||||
import mage.constants.SubType;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.Arrays;
|
||||
import java.util.List;
|
||||
|
||||
import mage.constants.CardType;
|
||||
import mage.constants.SubType;
|
||||
import mage.MageInt;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author North
|
||||
*/
|
||||
public final class GolemToken extends TokenImpl {
|
||||
|
|
@ -18,11 +16,11 @@ public final class GolemToken extends TokenImpl {
|
|||
static final private List<String> tokenImageSets = new ArrayList<>();
|
||||
|
||||
static {
|
||||
tokenImageSets.addAll(Arrays.asList("MM2", "NPH", "SOM", "MM3"));
|
||||
tokenImageSets.addAll(Arrays.asList("MM2", "NPH", "SOM", "MM3", "M20"));
|
||||
}
|
||||
|
||||
public GolemToken() {
|
||||
this((String)null);
|
||||
this((String) null);
|
||||
}
|
||||
|
||||
public GolemToken(String setCode) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue