Continuing implementation of Planechase.

This commit is contained in:
spjspj 2018-04-12 11:51:28 +10:00
parent c8b741f0bf
commit 87d19c7d51
8 changed files with 242 additions and 12 deletions

View file

@ -34,6 +34,7 @@ package mage.constants;
public enum Planes {
PLANE_ACADEMY_AT_TOLARIA_WEST("AcademyAtTolariaWestPlane"),
PLANE_AGYREM("AgyremPlane"),
PLANE_AKOUM("AkoumPlane"),
PLANE_BANT("BantPlane"),
PLANE_EDGE_OF_MALACOL("EdgeOfMalacolPlane"),
PLANE_FEEDING_GROUNDS("FeedingGroundsPlane"),
@ -42,6 +43,7 @@ public enum Planes {
PLANE_LETHE_LAKE("LetheLakePlane"),
PLANE_NAYA("NayaPlane"),
PLANE_THE_DARK_BARONY("TheDarkBaronyPlane"),
PLANE_TAZEEM("TazeemPlane"),
PLANE_THE_EON_FOG("TheEonFogPlane"),
PLANE_TURRI_ISLAND("TurriIslandPlane");