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

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";