fixed Issue 819, changed the parsing of and(()) to and!()!, i no longer share the storedstring of transformer, so you can ability$!transforms(( now....

This commit is contained in:
omegablast2002@yahoo.com
2012-03-26 13:51:44 +00:00
parent c5128b35e0
commit 30b379e1da
5 changed files with 12 additions and 9 deletions

View File

@@ -127,7 +127,8 @@ const char* Constants::MTGBasicAbilities[] = {
"noactivatedability",
"notapability",
"nomanaability",
"onlymanaability"
"onlymanaability",
"poisondamager"//deals damage to players as poison counters.
};
map<string,int> Constants::MTGBasicAbilitiesMap;