mirror of
https://github.com/correl/mage.git
synced 2024-11-28 19:19:55 +00:00
[ZNE] added images download
This commit is contained in:
parent
608f6f7bd8
commit
9d72dad674
2 changed files with 1 additions and 1 deletions
|
@ -489,6 +489,7 @@ public class ScryfallImageSupportCards {
|
||||||
add("AKR"); // Amonkhet Remastered
|
add("AKR"); // Amonkhet Remastered
|
||||||
add("ZNR"); // Zendikar Rising
|
add("ZNR"); // Zendikar Rising
|
||||||
add("ZNC"); // Zendikar Rising Commander
|
add("ZNC"); // Zendikar Rising Commander
|
||||||
|
add("ZNE"); // Zendikar Rising Expeditions
|
||||||
add("CMR"); // Commander Legends
|
add("CMR"); // Commander Legends
|
||||||
add("CC1"); // Commander Collection: Green
|
add("CC1"); // Commander Collection: Green
|
||||||
add("KHM"); // Kaldheim
|
add("KHM"); // Kaldheim
|
||||||
|
|
|
@ -4,7 +4,6 @@ import mage.constants.PhaseStep;
|
||||||
import mage.constants.SubType;
|
import mage.constants.SubType;
|
||||||
import mage.constants.Zone;
|
import mage.constants.Zone;
|
||||||
import mage.counters.CounterType;
|
import mage.counters.CounterType;
|
||||||
import org.junit.Ignore;
|
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
import org.mage.test.serverside.base.CardTestPlayerBase;
|
import org.mage.test.serverside.base.CardTestPlayerBase;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue