removed alias that display chosen color
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -164,7 +164,7 @@ const char* Constants::MTGBasicAbilities[] = {
|
||||
"nosolo",
|
||||
"mustblock",
|
||||
"dethrone",
|
||||
"overload",
|
||||
"overload"
|
||||
};
|
||||
|
||||
map<string,int> Constants::MTGBasicAbilitiesMap;
|
||||
|
||||
Reference in New Issue
Block a user