reverted change for r4189, as it broke functionality in codebase
This commit is contained in:
@@ -159,7 +159,6 @@ 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,7 +71,6 @@ const char* Constants::MTGBasicAbilities[] = {
|
|||||||
"cantblock",
|
"cantblock",
|
||||||
"doesnotuntap",
|
"doesnotuntap",
|
||||||
"opponentshroud",
|
"opponentshroud",
|
||||||
"hexproof",
|
|
||||||
"indestructible",
|
"indestructible",
|
||||||
"intimidate",
|
"intimidate",
|
||||||
"deathtouch",
|
"deathtouch",
|
||||||
|
|||||||
Reference in New Issue
Block a user