forked from External/mage
Continuing implementation of Planechase.
This commit is contained in:
parent
c8b741f0bf
commit
87d19c7d51
8 changed files with 242 additions and 12 deletions
|
|
@ -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");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue