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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user