forked from External/mage
[ALL] Added Alliances set with simple and extended cards
This commit is contained in:
parent
db58ef2daf
commit
40f03c9be1
11 changed files with 399 additions and 1 deletions
|
|
@ -72,6 +72,7 @@ public class Sets extends HashMap<String, ExpansionSet> {
|
|||
cardMap = new HashMap<String, Card>();
|
||||
creatureTypes = new TreeSet<String>();
|
||||
this.addSet(AlaraReborn.getInstance());
|
||||
this.addSet(Alliances.getInstance());
|
||||
this.addSet(Apocalypse.getInstance());
|
||||
this.addSet(AvacynRestored.getInstance());
|
||||
this.addSet(BetrayersOfKamigawa.getInstance());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue