mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
docs: added some comments about tokens, verify, test mode, etc
This commit is contained in:
parent
7d9d037416
commit
1f4dfd08ce
6 changed files with 19 additions and 2 deletions
|
|
@ -1376,6 +1376,7 @@ public class VerifyCardDataTest {
|
|||
// Possible reasons:
|
||||
// - promo sets with cards without tokens (nothing to do with it)
|
||||
// - miss set from tok-data (must add new set to tok-data and scryfall download)
|
||||
// - wizards miss some paper printed token, see https://www.mtg.onl/mtg-missing-tokens/
|
||||
warningsList.add("info, set's cards uses tokens but tok-data haven't it: "
|
||||
+ setCode + " - " + sourceCards.stream().map(MageObject::getName).collect(Collectors.joining(", ")));
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue