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,
|
||||
DOESNOTUNTAP = 40,
|
||||
OPPONENTSHROUD = 41,
|
||||
HEXPROOF = OPPONENTSHROUD,
|
||||
INDESTRUCTIBLE = 42,
|
||||
INTIMIDATE = 43,
|
||||
DEATHTOUCH = 44,
|
||||
|
||||
@@ -71,6 +71,7 @@ const char* Constants::MTGBasicAbilities[] = {
|
||||
"cantblock",
|
||||
"doesnotuntap",
|
||||
"opponentshroud",
|
||||
"hexproof",
|
||||
"indestructible",
|
||||
"intimidate",
|
||||
"deathtouch",
|
||||
|
||||
Reference in New Issue
Block a user