[STX] Implemented Dragon's Approach

This commit is contained in:
Evan Kranzler 2021-04-09 08:20:59 -04:00
parent 61c7723e3b
commit c83db2cad3
3 changed files with 66 additions and 1 deletions

View file

@ -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",