forked from External/mage
Removed TSP as an available token image source (no token images)
This commit is contained in:
parent
dd95a5dd3b
commit
c6e8583d63
7 changed files with 9 additions and 19 deletions
|
|
@ -23,7 +23,7 @@ public final class GriffinToken extends TokenImpl {
|
|||
// Flying
|
||||
this.addAbility(FlyingAbility.getInstance());
|
||||
|
||||
availableImageSetCodes = Arrays.asList("DDH", "DDL", "TSP", "M21", "TSR");
|
||||
availableImageSetCodes = Arrays.asList("DDH", "DDL", "M21", "TSR");
|
||||
}
|
||||
|
||||
public GriffinToken(final GriffinToken token) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue