mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
[STX] Implemented Dragon's Approach
This commit is contained in:
parent
61c7723e3b
commit
c83db2cad3
3 changed files with 66 additions and 1 deletions
|
|
@ -17,7 +17,8 @@ public class Constructed extends DeckValidator {
|
|||
private static final Logger logger = Logger.getLogger(DeckValidator.class);
|
||||
|
||||
private static final List<String> anyNumberCardsAllowed = new ArrayList<>(Arrays.asList(
|
||||
"Relentless Rats", "Shadowborn Apostle", "Rat Colony", "Persistent Petitioners", "Seven Dwarves"
|
||||
"Relentless Rats", "Shadowborn Apostle", "Rat Colony",
|
||||
"Persistent Petitioners", "Seven Dwarves", "Dragon's Approach"
|
||||
));
|
||||
protected static final List<String> basicLandNames = new ArrayList<>(Arrays.asList(
|
||||
"Forest", "Island", "Mountain", "Swamp", "Plains", "Wastes", "Snow-Covered Forest",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue