mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 13:02:06 -08:00
[ZNR] Added all modal double faces cards (#7012)
This commit is contained in:
parent
70514124a6
commit
a73c9bddae
77 changed files with 957 additions and 1682 deletions
|
|
@ -39,6 +39,7 @@ public final class MtgJsonCard {
|
|||
if ("transform".equals(layout)
|
||||
|| "flip".equals(layout)
|
||||
|| "adventure".equals(layout)
|
||||
|| "modal_dfc".equals(layout)
|
||||
|| "meld".equals(layout)) { // mtgjson uses composite names for meld cards, but scryfall uses simple face names
|
||||
return faceName;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue