mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 12:02:01 -08:00
Implement Everythingamajig
This commit is contained in:
parent
f14f9f8fb2
commit
83234762f6
5 changed files with 405 additions and 0 deletions
|
|
@ -194,6 +194,7 @@ public class VerifyCardDataTest {
|
|||
if (!needClass.equals(currentClass)) {
|
||||
// workaround to star wars and unstable set with same card names
|
||||
if (!checkCard.getName().equals("Syndicate Enforcer")
|
||||
&& !checkCard.getName().equals("Everythingamajig")
|
||||
&& !checkCard.getName().equals("Garbage Elemental")
|
||||
&& !checkCard.getName().equals("Very Cryptic Command")) {
|
||||
errorsList.add("Error: found wrong class in set " + set.getCode() + " - " + checkCard.getName() + " (" + currentClass + " <> " + needClass + ")");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue