added hexproof abilities= word to point to opponentshroud, both words are now usable.

This commit is contained in:
omegablast2002@yahoo.com
2012-01-12 14:52:00 +00:00
parent cb7f3b070f
commit 993612eee2
2 changed files with 2 additions and 0 deletions

View File

@@ -159,6 +159,7 @@ class Constants
CANTBLOCK = 39,
DOESNOTUNTAP = 40,
OPPONENTSHROUD = 41,
HEXPROOF = OPPONENTSHROUD,
INDESTRUCTIBLE = 42,
INTIMIDATE = 43,
DEATHTOUCH = 44,

View File

@@ -71,6 +71,7 @@ const char* Constants::MTGBasicAbilities[] = {
"cantblock",
"doesnotuntap",
"opponentshroud",
"hexproof",
"indestructible",
"intimidate",
"deathtouch",