mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 21:02:08 -08:00
Added DDG token images
This commit is contained in:
parent
bbbcde3561
commit
4ea204ed05
4 changed files with 5 additions and 4 deletions
|
|
@ -23,7 +23,7 @@ public final class GriffinToken extends TokenImpl {
|
|||
// Flying
|
||||
this.addAbility(FlyingAbility.getInstance());
|
||||
|
||||
availableImageSetCodes = Arrays.asList("DDG", "DDH", "DDL", "TSP", "M21", "TSR");
|
||||
availableImageSetCodes = Arrays.asList("DDH", "DDL", "TSP", "M21", "TSR");
|
||||
}
|
||||
|
||||
public GriffinToken(final GriffinToken token) {
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ public final class PongifyApeToken extends TokenImpl {
|
|||
power = new MageInt(3);
|
||||
toughness = new MageInt(3);
|
||||
|
||||
availableImageSetCodes = Arrays.asList("C14", "GVL", "DDG", "PLC", "ULG", "UNH", "TSR");
|
||||
availableImageSetCodes = Arrays.asList("C14", "GVL", "PLC", "ULG", "UNH", "TSR");
|
||||
}
|
||||
|
||||
public PongifyApeToken(final PongifyApeToken token) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue