mirror of
https://github.com/magefree/mage.git
synced 2026-01-09 12:22:10 -08:00
Added DVD token images
This commit is contained in:
parent
150a7897c4
commit
d2e752bc22
5 changed files with 10 additions and 5 deletions
|
|
@ -19,7 +19,7 @@ public final class BreedingPitThrullToken extends TokenImpl {
|
|||
power = new MageInt(0);
|
||||
toughness = new MageInt(1);
|
||||
|
||||
availableImageSetCodes = Arrays.asList("CMR", "DDC");
|
||||
availableImageSetCodes = Arrays.asList("CMR", "DDC", "DVD");
|
||||
}
|
||||
|
||||
public BreedingPitThrullToken(final BreedingPitThrullToken token) {
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ public final class DemonFlyingToken extends TokenImpl {
|
|||
|
||||
addAbility(FlyingAbility.getInstance());
|
||||
|
||||
availableImageSetCodes = Arrays.asList("C14", "C21", "NCC", "DDC", "CNS");
|
||||
availableImageSetCodes = Arrays.asList("C14", "C21", "NCC", "DDC", "CNS", "DVD");
|
||||
}
|
||||
|
||||
public DemonFlyingToken(final DemonFlyingToken token) {
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ public final class SpiritWhiteToken extends TokenImpl {
|
|||
|
||||
availableImageSetCodes = Arrays.asList("AVR", "C14", "CNS", "DDC", "DDK", "FRF", "ISD", "KTK", "M15", "MM2", "SHM",
|
||||
"SOI", "EMA", "C16", "MM3", "CMA", "E01", "ANA", "GPT", "RAV", "EMN", "RNA", "M20", "C19", "C20", "CMR", "KHM",
|
||||
"MID", "VOW", "UMA", "BBD", "IMA", "CM2", "MD1");
|
||||
"MID", "VOW", "UMA", "BBD", "IMA", "CM2", "MD1", "DVD");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue