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:
Thomas Hess 2020-03-17 14:47:56 +01:00
parent 654eb7e6a6
commit ab7f2c5bc3
No known key found for this signature in database
GPG key ID: 98602F47D161B13C
2 changed files with 6 additions and 1 deletions

View file

@ -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();

View file

@ -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 {