added nolegend ability. this doesn't remove legend rule, it only makes a card thas has nolegend ability excluded from check.

This commit is contained in:
anthonycalosa@gmail.com
2013-01-07 06:46:56 +00:00
parent e2be750780
commit 510a8c4222
3 changed files with 8 additions and 3 deletions
+2 -1
View File
@@ -130,7 +130,8 @@ const char* Constants::MTGBasicAbilities[] = {
"onlymanaability",
"poisondamager",//deals damage to players as poison counters.
"soulbond",
"lure"
"lure",
"nolegend"
};
map<string,int> Constants::MTGBasicAbilitiesMap;