defining "colorless" waste land mana.
This commit is contained in:
@@ -72,6 +72,7 @@ class Constants
|
|||||||
static const string kManaRed;
|
static const string kManaRed;
|
||||||
static const string kManaBlack;
|
static const string kManaBlack;
|
||||||
static const string kManaWhite;
|
static const string kManaWhite;
|
||||||
|
static const string kManaWaste;
|
||||||
|
|
||||||
// alternative costs constants
|
// alternative costs constants
|
||||||
|
|
||||||
@@ -94,9 +95,11 @@ class Constants
|
|||||||
MTG_COLOR_RED = 3,
|
MTG_COLOR_RED = 3,
|
||||||
MTG_COLOR_BLACK = 4,
|
MTG_COLOR_BLACK = 4,
|
||||||
MTG_COLOR_WHITE = 5,
|
MTG_COLOR_WHITE = 5,
|
||||||
MTG_COLOR_LAND = 6,
|
MTG_COLOR_WASTE = 6,
|
||||||
|
MTG_COLOR_LAND = 7,
|
||||||
|
|
||||||
MTG_NB_COLORS = 7,
|
|
||||||
|
MTG_NB_COLORS = 8,
|
||||||
|
|
||||||
|
|
||||||
MTG_UNCOLORED = 0,
|
MTG_UNCOLORED = 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user