* Added method to set release date with natural month.

This commit is contained in:
LevelX2 2016-10-13 02:06:51 +02:00
parent 8765f6ec45
commit c5bb536b46
185 changed files with 278 additions and 349 deletions

View file

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