revert card scanner changes

This commit is contained in:
jmlundeen 2025-11-28 10:27:51 -06:00
parent 0fc8d0871c
commit 97738afb9e
3 changed files with 8 additions and 16 deletions

View file

@ -329,7 +329,7 @@ public class VerifyCardDataTest {
checkWrongAbilitiesTextStart();
int cardIndex = 0;
List<Card> allCards = CardScanner.getAllCards(true, true, false);
List<Card> allCards = CardScanner.getAllCards();
for (Card card : allCards) {
cardIndex++;
if (card instanceof CardWithHalves) {