mirror of
https://github.com/magefree/mage.git
synced 2025-12-29 06:52:02 -08:00
remove skip list
This commit is contained in:
parent
35a65b50e4
commit
8ed85be64c
1 changed files with 0 additions and 4 deletions
|
|
@ -4,15 +4,11 @@ import mage.cards.ExpansionSet;
|
|||
import mage.constants.Rarity;
|
||||
import mage.constants.SetType;
|
||||
|
||||
import java.util.Arrays;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* @author TheElk801
|
||||
*/
|
||||
public final class TarkirDragonstorm extends ExpansionSet {
|
||||
|
||||
private static final List<String> unfinished = Arrays.asList("Channeled Dragonfire", "Glacial Dragonhunt", "Mammoth Bellow", "Nature's Rhythm", "Roamer's Routine", "Songcrafter Mage", "Synchronized Charge", "Unending Whisper", "Ureni's Rebuff", "Wild Ride", "Winternight Stories");
|
||||
private static final TarkirDragonstorm instance = new TarkirDragonstorm();
|
||||
|
||||
public static TarkirDragonstorm getInstance() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue