fix #11938 - Snow-Covered Wastes

must be basic for deck validator
This commit is contained in:
xenohedron 2024-03-14 00:30:55 -04:00
parent 3852d95b5c
commit e2e3149de0

View file

@ -22,7 +22,8 @@ public abstract class DeckValidator implements Serializable {
"Snow-Covered Island", "Snow-Covered Island",
"Snow-Covered Swamp", "Snow-Covered Swamp",
"Snow-Covered Mountain", "Snow-Covered Mountain",
"Snow-Covered Forest" "Snow-Covered Forest",
"Snow-Covered Wastes"
); );
protected static final Map<String, Integer> maxCopiesMap = new HashMap<>(); protected static final Map<String, Integer> maxCopiesMap = new HashMap<>();