forked from External/mage
Added Odyssey and Torment sets
This commit is contained in:
parent
e4c416c180
commit
a9b95595dc
5 changed files with 117 additions and 1 deletions
|
|
@ -103,6 +103,7 @@ public class Sets extends HashMap<String, ExpansionSet> {
|
|||
this.addSet(Morningtide.getInstance());
|
||||
this.addSet(NewPhyrexia.getInstance());
|
||||
this.addSet(NinthEdition.getInstance());
|
||||
this.addSet(Odyssey.getInstance());
|
||||
this.addSet(Onslaught.getInstance());
|
||||
this.addSet(PlanarChaos.getInstance());
|
||||
this.addSet(Planechase.getInstance());
|
||||
|
|
@ -118,6 +119,7 @@ public class Sets extends HashMap<String, ExpansionSet> {
|
|||
this.addSet(Tempest.getInstance());
|
||||
this.addSet(TimeSpiral.getInstance());
|
||||
this.addSet(TimeSpiralTimeshifted.getInstance());
|
||||
this.addSet(Torment.getInstance());
|
||||
this.addSet(UrzasSaga.getInstance());
|
||||
this.addSet(UrzasLegacy.getInstance());
|
||||
this.addSet(UrzasDestiny.getInstance());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue