mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
fix verify failure
This commit is contained in:
parent
331217744d
commit
0ba00620db
1 changed files with 1 additions and 1 deletions
|
|
@ -2726,7 +2726,7 @@ public class VerifyCardDataTest {
|
||||||
if (!card.isBasic()) {
|
if (!card.isBasic()) {
|
||||||
fail(card, "supertype", "basic land must be SuperType.BASIC");
|
fail(card, "supertype", "basic land must be SuperType.BASIC");
|
||||||
}
|
}
|
||||||
} else if (name.equals("Wastes")) {
|
} else if (name.equals("Wastes") || name.equals("Snow-Covered Wastes")) {
|
||||||
// Wastes are SuperType.BASIC but not necessarily Rarity.LAND
|
// Wastes are SuperType.BASIC but not necessarily Rarity.LAND
|
||||||
if (!card.isBasic()) {
|
if (!card.isBasic()) {
|
||||||
fail(card, "supertype", "Wastes must be SuperType.BASIC");
|
fail(card, "supertype", "Wastes must be SuperType.BASIC");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue