Beginning of implementation of Planechase.

10 or so initial planes that (mostly) have been tested, no phenomenons as yet and no modifying yet of chaos rolls.  Also no support for a user to be able to set if it is planechase (able to do so via the cheat button).
This commit is contained in:
spjspj 2018-04-09 19:38:37 +10:00
parent e932c139d9
commit 57354d83bb
2 changed files with 23 additions and 6 deletions

View file

@ -33,7 +33,7 @@ package mage.constants;
*/
public enum Planes {
PLANE_ACADEMY_AT_TOLARIA_WEST("AcademyAtTolariaWestPlane"),
PLANE_AGYREM("Agyrem"),
PLANE_AGYREM("AgyremPlane"),
PLANE_BANT("BantPlane"),
PLANE_FEEDING_GROUNDS("FeedingGroundsPlane"),
PLANE_FIELDS_OF_SUMMER("FieldsOfSummerPlane"),