Added SOI and EMN sets. Added some SOI cards.

This commit is contained in:
fireshoes 2016-02-08 20:53:09 -06:00
parent a07db4cb8e
commit 2a92f5e77a
32 changed files with 1513 additions and 207 deletions

View file

@ -31,9 +31,8 @@ package mage.game.permanent.token;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import mage.constants.CardType;
import mage.MageInt;
import mage.constants.CardType;
/**
*
@ -44,7 +43,7 @@ public class WolfToken extends Token {
final static private List<String> tokenImageSets = new ArrayList<>();
static {
tokenImageSets.addAll(Arrays.asList("BNG", "C14", "CNS", "FNMP", "ISD", "LRW", "M10", "M14", "MM2", "SHM", "SOM", "ZEN"));
tokenImageSets.addAll(Arrays.asList("BNG", "C14", "CNS", "FNMP", "ISD", "LRW", "M10", "M14", "MM2", "SHM", "SOM", "ZEN", "SOI"));
}
public WolfToken() {