forked from External/mage
* Added method to set release date with natural month.
This commit is contained in:
parent
8765f6ec45
commit
c5bb536b46
185 changed files with 278 additions and 349 deletions
|
|
@ -15,7 +15,7 @@ public class Eventide extends ExpansionSet {
|
|||
}
|
||||
|
||||
private Eventide() {
|
||||
super("Eventide", "EVE", "mage.sets.eventide", new GregorianCalendar(2008, 6, 25).getTime(), SetType.EXPANSION);
|
||||
super("Eventide", "EVE", "mage.sets.eventide", ExpansionSet.buildDate(2008, 6, 25), SetType.EXPANSION);
|
||||
this.blockName = "Shadowmoor";
|
||||
this.parentSet = Shadowmoor.getInstance();
|
||||
this.hasBasicLands = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue