changed ai eff return on token creation. over 50 tokens on my battlefield return 0.

changed an inefficient check on phaseskip.
This commit is contained in:
omegablast2002@yahoo.com
2013-03-21 01:28:56 +00:00
parent 8b626b378f
commit 9b44d627a3
3 changed files with 19 additions and 1 deletions
+2
View File
@@ -519,6 +519,8 @@ unsigned int MTGGameZone::countByType(const char * value)
{
result++;
}
else if(value == "token" && cards[i]->isToken)
result++;
}
return result;
}