added parallel lives

support token doubler... :)
This commit is contained in:
Anthony Calosa
2015-08-23 21:56:23 +08:00
parent f940f8e303
commit 176b74489e
4 changed files with 29 additions and 3 deletions

View File

@@ -132,7 +132,8 @@ const char* Constants::MTGBasicAbilities[] = {
"soulbond",
"lure",
"nolegend",
"canplayfromgraveyard"
"canplayfromgraveyard",
"tokenizer"//parallel lives
};
map<string,int> Constants::MTGBasicAbilitiesMap;