mirror of
https://github.com/magefree/mage.git
synced 2025-12-28 14:32:06 -08:00
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:
parent
aab0b2e2fa
commit
12d1bd4bb4
24 changed files with 666 additions and 239 deletions
|
|
@ -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));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue