mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 13:02:06 -08:00
tests: added verify checks for a wrong target settings (related to #11100)
This commit is contained in:
parent
a52d25bc39
commit
ddcc6f2197
2 changed files with 64 additions and 11 deletions
|
|
@ -25,7 +25,7 @@ public final class MtgJsonCard {
|
|||
public List<String> types;
|
||||
public List<String> subtypes;
|
||||
|
||||
public String text; // rules splits by \n
|
||||
public String text; // rules splits by \n, can be null on empty abilities list
|
||||
|
||||
public String loyalty;
|
||||
public String defense;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue