forked from External/mage
Added DMC token images
This commit is contained in:
parent
47670266cd
commit
2b74c85e08
26 changed files with 120 additions and 24 deletions
|
|
@ -27,7 +27,10 @@ public final class TreasureToken extends TokenImpl {
|
|||
ability.addCost(new SacrificeSourceCost());
|
||||
this.addAbility(ability);
|
||||
|
||||
availableImageSetCodes = Arrays.asList("XLN", "RNA", "M20", "C19", "C20", "M21", "CMR", "KHM", "STX", "MH2", "AFR", "VOW", "NEO", "SLD", "2XM", "SNC", "CLB", "2X2");
|
||||
availableImageSetCodes = Arrays.asList("XLN", "RNA", "M20", "C19", "C20",
|
||||
"M21", "CMR", "KHM", "STX", "MH2",
|
||||
"AFR", "VOW", "NEO", "SLD", "2XM",
|
||||
"SNC", "CLB", "2X2", "DMC");
|
||||
}
|
||||
|
||||
public TreasureToken(final TreasureToken token) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue