mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
revert card scanner changes
This commit is contained in:
parent
0fc8d0871c
commit
97738afb9e
3 changed files with 8 additions and 16 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue