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

@@ -187,7 +187,7 @@ void CardPrimitive::setSubtype(const string& value){
int id = Subtypes::subtypesList->find(value);
addType(id);
if(basicAbilities[55]){
if(basicAbilities[55]){//if the card is a changeling.
for(int i=Subtypes::LAST_TYPE+1;;i++){
string s = Subtypes::subtypesList->find(i);
if(!hasSubtype(i))