mirror of
https://github.com/magefree/mage.git
synced 2026-01-22 03:09:53 -08:00
Split the Judge Gift Cards set (JP) into the individual sets as listed on Scryfall.
- Removed the JP set. - Added G02-G11, J12-J20 - Fixed all usages in the test code - Updated the sample decks that used these cards. The deck lists now contain the updated references. - Added all Judge Gift sets to the "bling" sets list
This commit is contained in:
parent
d628303f3a
commit
6297650c3b
33 changed files with 630 additions and 150 deletions
|
|
@ -135,7 +135,7 @@ public class DeckValidatorTest extends MageTestBase {
|
|||
Assert.assertFalse("Counterspell not allowed in modern", testDeckValid(new Modern(), deckList));
|
||||
|
||||
deckList.clear();
|
||||
deckList.add(new CardNameAmount("JR", 5, 4));
|
||||
deckList.add(new CardNameAmount("G00", 1, 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