mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
Added E01 token images
This commit is contained in:
parent
8e08b70348
commit
f6cdc8daee
4 changed files with 10 additions and 2 deletions
|
|
@ -53,6 +53,9 @@ public final class BeastToken extends TokenImpl {
|
|||
if (getOriginalExpansionSetCode() != null && getOriginalExpansionSetCode().equals("DDD")) {
|
||||
setTokenType(1);
|
||||
}
|
||||
if (getOriginalExpansionSetCode() != null && getOriginalExpansionSetCode().equals("E01")) {
|
||||
setTokenType(1);
|
||||
}
|
||||
}
|
||||
|
||||
public BeastToken(final BeastToken token) {
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ public final class ZombieToken extends TokenImpl {
|
|||
"MMA", "BNG", "KTK", "DTK",
|
||||
"ORI", "OGW", "SOI", "EMN",
|
||||
"EMA", "MM3", "AKH", "CMA",
|
||||
"E01", "RNA", "WAR", "MH1",
|
||||
"RNA", "WAR", "MH1",
|
||||
"M20", "C19", "C20", "THB",
|
||||
"M21", "CMR", "C21", "MH2",
|
||||
"AFR", "MIC", "VOW", "UMA",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue