mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 21:02:08 -08:00
Added DDC token images
This commit is contained in:
parent
46396c36da
commit
98f0ff8871
4 changed files with 9 additions and 4 deletions
|
|
@ -19,7 +19,7 @@ public final class BreedingPitThrullToken extends TokenImpl {
|
|||
power = new MageInt(0);
|
||||
toughness = new MageInt(1);
|
||||
|
||||
availableImageSetCodes = Arrays.asList("CMR");
|
||||
availableImageSetCodes = Arrays.asList("CMR", "DDC");
|
||||
}
|
||||
|
||||
public BreedingPitThrullToken(final BreedingPitThrullToken token) {
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ public final class DemonFlyingToken extends TokenImpl {
|
|||
|
||||
addAbility(FlyingAbility.getInstance());
|
||||
|
||||
availableImageSetCodes = Arrays.asList("C14", "C21", "NCC");
|
||||
availableImageSetCodes = Arrays.asList("C14", "C21", "NCC", "DDC");
|
||||
}
|
||||
|
||||
public DemonFlyingToken(final DemonFlyingToken token) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue