Removed 6th Edition cards from Starter 2000 set.

These are indistinguishable from regular 6ED cards and not listed on Scryfall.
This commit is contained in:
Thomas Hess 2020-03-18 21:38:16 +01:00
parent 0da6d4af3c
commit 7219d51572
No known key found for this signature in database
GPG key ID: 98602F47D161B13C
3 changed files with 48 additions and 91 deletions

View file

@ -214,11 +214,6 @@ public class DeckValidatorTest extends MageTestBase {
deckList.add(new CardNameAmount("Mountain", 56));
Assert.assertFalse("Counterspell not allowed in modern", testDeckValid(new Modern(), deckList));
deckList.clear();
deckList.add(new CardNameAmount("S00", 12, 4));
deckList.add(new CardNameAmount("Mountain", 56));
Assert.assertFalse("Counterspell not allowed in modern", testDeckValid(new Modern(), deckList));
}
@Test