Split the cummulative Friday Night Magic set into the individual sets.

- Removed set FNMP
- Added sets F00 - F17 (F18 does not contain cards, only tokens)
This commit is contained in:
Thomas Hess 2020-01-20 22:31:26 +01:00
parent aab0b2e2fa
commit 12d1bd4bb4
No known key found for this signature in database
GPG key ID: 98602F47D161B13C
24 changed files with 666 additions and 239 deletions

View file

@ -150,7 +150,7 @@ public class DeckValidatorTest extends MageTestBase {
Assert.assertFalse("Counterspell not allowed in modern", testDeckValid(new Modern(), deckList));
deckList.clear();
deckList.add(new CardNameAmount("FNMP", 66, 4));
deckList.add(new CardNameAmount("F05", 11, 4));
deckList.add(new CardNameAmount("Mountain", 56));
Assert.assertFalse("Counterspell not allowed in modern", testDeckValid(new Modern(), deckList));