[OGW] Added Seer's Lantern, Bearer of Silence, and Gift of Tusks.

This commit is contained in:
fireshoes 2016-01-06 00:37:21 -06:00
parent 702f0eb34e
commit af5c9a368b
5 changed files with 220 additions and 3 deletions

View file

@ -31,9 +31,7 @@ package mage.game.permanent.token;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import mage.MageInt;
import mage.ObjectColor;
import mage.constants.CardType;
/**
@ -45,7 +43,7 @@ public class ElephantToken extends Token {
final static private List<String> tokenImageSets = new ArrayList<>();
static {
tokenImageSets.addAll(Arrays.asList("C14", "CNS", "DDD", "MM2", "WWK"));
tokenImageSets.addAll(Arrays.asList("C14", "CNS", "DDD", "MM2", "WWK", "OGW"));
}
public ElephantToken() {