forked from External/mage
Fixed that TargetCard ignore filter in some calls
This commit is contained in:
parent
690f5f688d
commit
0885a01849
7 changed files with 93 additions and 58 deletions
|
|
@ -765,7 +765,7 @@ public class VerifyCardDataTest {
|
|||
// debug only: show direct card info (takes it from class file, not from db repository)
|
||||
String cardName = "Essence Capture";
|
||||
CardScanner.scan();
|
||||
CardSetInfo testSet = new CardSetInfo("test", "test", "123", Rarity.COMMON);
|
||||
CardSetInfo testSet = new CardSetInfo(cardName, "test", "123", Rarity.COMMON);
|
||||
CardInfo cardInfo = CardRepository.instance.findCard(cardName);
|
||||
Card card = CardImpl.createCard(cardInfo.getClassName(), testSet);
|
||||
card.getRules().stream().forEach(System.out::println);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue