Fixed issues #1049 and #1050 opened by @ranger7271, improved imprint keywords, improved boast ability, added a new "hasability" keyword to check if a card has an ability or not.
This commit is contained in:
@@ -207,7 +207,8 @@ const char* Constants::MTGBasicAbilities[] = {
|
||||
"cycling", //It has cycling ability
|
||||
"foretell", //It has foretell cost
|
||||
"anytypeofmanaability", //It allows to spend mana as it were of any color to activate abilities.
|
||||
"boast" //It has boast ability
|
||||
"boast", //It has boast ability
|
||||
"twoboast" //It has boast twice ability (e.g. Birgi, God of Storytelling)
|
||||
};
|
||||
|
||||
map<string,int> Constants::MTGBasicAbilitiesMap;
|
||||
|
||||
Reference in New Issue
Block a user