mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
Added Verify exception for Infinity Elemental
This commit is contained in:
parent
e6b15f65d8
commit
eae526e3b3
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ public class VerifyCardDataTest {
|
||||||
// power-toughness
|
// power-toughness
|
||||||
skipListCreate("PT");
|
skipListCreate("PT");
|
||||||
skipListAddName("PT", "Garbage Elemental"); // UST
|
skipListAddName("PT", "Garbage Elemental"); // UST
|
||||||
|
skipListAddName("PT", "Infinity Elemental"); // UST
|
||||||
|
|
||||||
// color
|
// color
|
||||||
skipListCreate("COLOR");
|
skipListCreate("COLOR");
|
||||||
|
|
Loading…
Reference in a new issue