Implement Everythingamajig

This commit is contained in:
Thomas Winwood 2019-04-12 05:56:04 +01:00
parent f14f9f8fb2
commit 83234762f6
5 changed files with 405 additions and 0 deletions

View file

@ -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 + ")");