mirror of
https://github.com/magefree/mage.git
synced 2025-12-30 07:22:03 -08:00
Removed MIR as an available token image source (no token images)
This commit is contained in:
parent
2255b1e409
commit
49764df243
2 changed files with 1 additions and 8 deletions
|
|
@ -22,7 +22,7 @@ public final class PegasusToken extends TokenImpl {
|
|||
|
||||
addAbility(FlyingAbility.getInstance());
|
||||
|
||||
availableImageSetCodes = Arrays.asList("C14", "C19", "MIR", "TMP", "TSP", "THB", "KHC", "CLB");
|
||||
availableImageSetCodes = Arrays.asList("C14", "C19", "TMP", "TSP", "THB", "KHC", "CLB");
|
||||
}
|
||||
|
||||
public PegasusToken(final PegasusToken token) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue