just a couple comments to say what "basicabilities[55]" is to make it clear.

This commit is contained in:
omegablast2002@yahoo.com
2010-10-22 17:58:25 +00:00
parent 90fb03aba7
commit 32cc74bd93
2 changed files with 2 additions and 2 deletions

View File

@@ -307,7 +307,7 @@ void CardGui::alternateRender(MTGCard * card, const Pos& pos){
string s = "";
for (int i = card->data->types.size() - 1; i > 0; --i)
{
if(card->data->basicAbilities[55]){
if(card->data->basicAbilities[55]){// this avoids drawing the list of subtypes on changeling cards.
s += _("Shapeshifter - ");
break;
}else{