Added boast ability, refactored WParsedInt class (this class has been removed from AllAbilities.h file and it has been included into two dedicated .h and .cpp files), refactored all makefiles (Windows, Linux, PSP and Android) in order to to include the new .h and .cpp files added for WParsedInt class.

This commit is contained in:
Vittorio Alfieri
2021-01-18 17:11:09 +01:00
parent 177541b30c
commit f982124209
11 changed files with 1139 additions and 1125 deletions

View File

@@ -206,7 +206,8 @@ const char* Constants::MTGBasicAbilities[] = {
"gainedhanddeath", //It goes to hand after death (use just to give add ability to instants and sorceries which originally have not, e.g. with transforms keyword)
"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.
"anytypeofmanaability", //It allows to spend mana as it were of any color to activate abilities.
"boast" //It has boast ability
};
map<string,int> Constants::MTGBasicAbilitiesMap;