mirror of
https://github.com/magefree/mage.git
synced 2026-01-23 03:39:54 -08:00
Merge
This commit is contained in:
parent
b733f911f7
commit
89dd981075
287 changed files with 3420 additions and 2315 deletions
|
|
@ -27,14 +27,10 @@
|
|||
*/
|
||||
package mage.sets;
|
||||
|
||||
import java.util.GregorianCalendar;
|
||||
import mage.cards.ExpansionSet;
|
||||
import mage.constants.SetType;
|
||||
import mage.constants.Rarity;
|
||||
import java.util.List;
|
||||
import mage.ObjectColor;
|
||||
import mage.cards.CardGraphicInfo;
|
||||
import mage.cards.FrameStyle;
|
||||
|
||||
/**
|
||||
*
|
||||
|
|
@ -49,7 +45,7 @@ public class Theros extends ExpansionSet {
|
|||
}
|
||||
|
||||
private Theros() {
|
||||
super("Theros", "THS", "mage.sets.theros", new GregorianCalendar(2013, 9, 27).getTime(), SetType.EXPANSION);
|
||||
super("Theros", "THS", ExpansionSet.buildDate(2013, 9, 27), SetType.EXPANSION);
|
||||
this.blockName = "Theros";
|
||||
this.hasBoosters = true;
|
||||
this.numBoosterLands = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue