mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
[DFT] fixed miss emblem
This commit is contained in:
parent
2b659cd72c
commit
b29a969fdb
2 changed files with 5 additions and 0 deletions
|
|
@ -2555,6 +2555,9 @@ public class ScryfallImageSupportTokens {
|
|||
// H17
|
||||
put("H17/Dragon", "https://api.scryfall.com/cards/h17/4/en?format=image");
|
||||
|
||||
// DFT
|
||||
put("DFT/Emblem Chandra", "https://api.scryfall.com/cards/tdft/13/en?format=image");
|
||||
|
||||
// generate supported sets
|
||||
supportedSets.clear();
|
||||
for (String cardName : this.keySet()) {
|
||||
|
|
|
|||
|
|
@ -139,6 +139,8 @@
|
|||
|Generate|EMBLEM:DSK|Emblem Kaito|||KaitoBaneOfNightmaresEmblem|
|
||||
|Generate|EMBLEM:FDN|Emblem Kaito|||KaitoCunningInfiltratorEmblem|
|
||||
|Generate|EMBLEM:FDN|Emblem Vivien|||VivienReidEmblem|
|
||||
|Generate|EMBLEM:DFT|Emblem Chandra|||ChandraSparkHunterEmblem|
|
||||
|
||||
|
||||
# ALL PLANES
|
||||
# Usage hints:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue