removed alias that display chosen color

This commit is contained in:
Anthony Calosa
2016-07-06 06:21:45 +08:00
parent 51d06d8234
commit d4cc7ca232
4 changed files with 12 additions and 33 deletions
+1 -1
View File
@@ -386,7 +386,7 @@ void CardGui::Render()
buff = "C";
//if(card->has(Constants::PAYZERO))
//buff += "Z";
if(card->alias == 1000)
if(card->chooseacolor >= 1)
{
if(card->chooseacolor == 1)
buff += "\n-Green";
+1 -1
View File
@@ -164,7 +164,7 @@ const char* Constants::MTGBasicAbilities[] = {
"nosolo",
"mustblock",
"dethrone",
"overload",
"overload"
};
map<string,int> Constants::MTGBasicAbilitiesMap;