[ALL] Added Alliances set with simple and extended cards

This commit is contained in:
Backfir3 2012-09-11 21:34:09 +02:00
parent db58ef2daf
commit 40f03c9be1
11 changed files with 399 additions and 1 deletions

View file

@ -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());