Added/fixed primitives, added a new ability "undamageable" (e.g. Dralnu, Lich Lord).

This commit is contained in:
Vittorio Alfieri
2021-03-11 16:39:50 +01:00
parent 37ce334688
commit 2234a508c3
5 changed files with 169 additions and 124 deletions

View File

@@ -210,7 +210,8 @@ const char* Constants::MTGBasicAbilities[] = {
"boast", //It has boast ability
"twoboast", //It has boast twice ability (e.g. Birgi, God of Storytelling)
"replacescry", //It has scry replacement ability
"hasnokicker" //Kicker cost is not a real kicker cost (eg. cards with Fuse cost)
"hasnokicker", //Kicker cost is not a real kicker cost (eg. cards with Fuse cost)
"undamageable" //It cannot be damaged by any source
};
map<string,int> Constants::MTGBasicAbilitiesMap;