mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
[OGW] Added Seer's Lantern, Bearer of Silence, and Gift of Tusks.
This commit is contained in:
parent
702f0eb34e
commit
af5c9a368b
5 changed files with 220 additions and 3 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue