mirror of
https://github.com/correl/mage.git
synced 2025-01-03 19:17:30 +00:00
Deprecated the MediaInserts set, which isn’t listed at all on Scryfall.
Added a note to the Starter 2000 set, which seems to be incomplete on Scyfall.
This commit is contained in:
parent
654eb7e6a6
commit
ab7f2c5bc3
2 changed files with 6 additions and 1 deletions
|
@ -5,6 +5,10 @@ import mage.cards.ExpansionSet;
|
|||
import mage.constants.Rarity;
|
||||
import mage.constants.SetType;
|
||||
|
||||
/**
|
||||
* This looks like it is an aggregate set
|
||||
* @deprecated
|
||||
*/
|
||||
public final class MediaInserts extends ExpansionSet {
|
||||
|
||||
private static final MediaInserts instance = new MediaInserts();
|
||||
|
|
|
@ -6,7 +6,8 @@ import mage.constants.Rarity;
|
|||
import mage.constants.SetType;
|
||||
|
||||
/**
|
||||
*
|
||||
* Somehow, Scryfall only lists 20 cards in this set.
|
||||
* https://scryfall.com/sets/s00
|
||||
* @author LevelX2
|
||||
*/
|
||||
public final class Starter2000 extends ExpansionSet {
|
||||
|
|
Loading…
Reference in a new issue