Combat Toughness

Assign combat damage equal to its tougness...
Doran, the Siege Tower
This commit is contained in:
Anthony Calosa
2016-06-10 07:05:29 +08:00
parent c85f3aa7f7
commit 40bb9e2c37
5 changed files with 32 additions and 20 deletions

View File

@@ -154,7 +154,8 @@ const char* Constants::MTGBasicAbilities[] = {
"canplayfromexile",
"libraryeater",
"devoid",
"cantchangelife"
"cantchangelife",
"combattoughness"
};
map<string,int> Constants::MTGBasicAbilitiesMap;