added hexproof abilities= word to point to opponentshroud, both words are now usable.
This commit is contained in:
@@ -159,6 +159,7 @@ class Constants
|
|||||||
CANTBLOCK = 39,
|
CANTBLOCK = 39,
|
||||||
DOESNOTUNTAP = 40,
|
DOESNOTUNTAP = 40,
|
||||||
OPPONENTSHROUD = 41,
|
OPPONENTSHROUD = 41,
|
||||||
|
HEXPROOF = OPPONENTSHROUD,
|
||||||
INDESTRUCTIBLE = 42,
|
INDESTRUCTIBLE = 42,
|
||||||
INTIMIDATE = 43,
|
INTIMIDATE = 43,
|
||||||
DEATHTOUCH = 44,
|
DEATHTOUCH = 44,
|
||||||
|
|||||||
@@ -71,6 +71,7 @@ const char* Constants::MTGBasicAbilities[] = {
|
|||||||
"cantblock",
|
"cantblock",
|
||||||
"doesnotuntap",
|
"doesnotuntap",
|
||||||
"opponentshroud",
|
"opponentshroud",
|
||||||
|
"hexproof",
|
||||||
"indestructible",
|
"indestructible",
|
||||||
"intimidate",
|
"intimidate",
|
||||||
"deathtouch",
|
"deathtouch",
|
||||||
|
|||||||
Reference in New Issue
Block a user