From 993612eee2671f5641c3e4c6bd6babce572827df Mon Sep 17 00:00:00 2001 From: "omegablast2002@yahoo.com" Date: Thu, 12 Jan 2012 14:52:00 +0000 Subject: [PATCH] added hexproof abilities= word to point to opponentshroud, both words are now usable. --- projects/mtg/include/MTGDefinitions.h | 1 + projects/mtg/src/MTGDefinitions.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/projects/mtg/include/MTGDefinitions.h b/projects/mtg/include/MTGDefinitions.h index cce334dda..e0aca3780 100644 --- a/projects/mtg/include/MTGDefinitions.h +++ b/projects/mtg/include/MTGDefinitions.h @@ -159,6 +159,7 @@ class Constants CANTBLOCK = 39, DOESNOTUNTAP = 40, OPPONENTSHROUD = 41, + HEXPROOF = OPPONENTSHROUD, INDESTRUCTIBLE = 42, INTIMIDATE = 43, DEATHTOUCH = 44, diff --git a/projects/mtg/src/MTGDefinitions.cpp b/projects/mtg/src/MTGDefinitions.cpp index 6422722f5..069d404b6 100644 --- a/projects/mtg/src/MTGDefinitions.cpp +++ b/projects/mtg/src/MTGDefinitions.cpp @@ -71,6 +71,7 @@ const char* Constants::MTGBasicAbilities[] = { "cantblock", "doesnotuntap", "opponentshroud", + "hexproof", "indestructible", "intimidate", "deathtouch",