mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 04:22:01 -08:00
parent
3852d95b5c
commit
e2e3149de0
1 changed files with 2 additions and 1 deletions
|
|
@ -22,7 +22,8 @@ public abstract class DeckValidator implements Serializable {
|
|||
"Snow-Covered Island",
|
||||
"Snow-Covered Swamp",
|
||||
"Snow-Covered Mountain",
|
||||
"Snow-Covered Forest"
|
||||
"Snow-Covered Forest",
|
||||
"Snow-Covered Wastes"
|
||||
);
|
||||
protected static final Map<String, Integer> maxCopiesMap = new HashMap<>();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue