changed "counterasdamage" to "wilting" parser would understand it fine in abilities=, but the ability could not be granted in lords ect.

This commit is contained in:
omegablast2002@yahoo.com
2010-08-31 17:52:38 +00:00
parent 498967ec66
commit 17eef3ef6f
3 changed files with 3 additions and 3 deletions

View File

@@ -61,7 +61,7 @@ const char* Constants::MTGBasicAbilities[] = {
"poisontwotoxic",
"poisonthreetoxic",
"phantom",//prevents damage and remove 1 +1/+1 counter
"counterasdamage",//source takes damage in the form of -1/-1 counters.
"wilting",//source takes damage in the form of -1/-1 counters.
"vigor",//instead of taking damage the source gains +1/+1 counters
"changeling",//this card is every creature type at all times
};