Added 2XM set, fixed card and planeswalkers primitives, fixed a crash on token creation, fixed prowess and mentor abilities, added new restrictions, improved Android downloader.

This commit is contained in:
valfieri
2020-08-08 19:46:07 +02:00
parent 52e3177ef2
commit 727d4579a0
11 changed files with 5147 additions and 2316 deletions

View File

@@ -190,7 +190,9 @@ const char* Constants::MTGBasicAbilities[] = {
"discardtoplaybyopponent",
"modular",
"mutate", //it can mutate
"adventure" //it can be adventure
"adventure", //it can be adventure
"mentor",
"prowess"
};
map<string,int> Constants::MTGBasicAbilitiesMap;