just changing some comments in svn...

This commit is contained in:
omegablast2002@yahoo.com
2011-09-25 13:41:12 +00:00
parent e8ea5a28d7
commit 3a2264febb
2 changed files with 2 additions and 2 deletions

View File

@@ -1110,7 +1110,7 @@ vector<MTGAbility*> AIPlayerBaka::canPaySunBurst(ManaCost * cost)
}
//Can't yet handle extraCost objects (ex: sacrifice) if they require a target :(
//can handle extra cost to some extent, tho not wisely.
int AIPlayerBaka::CanHandleCost(ManaCost * cost, MTGCardInstance * card)
{
if (!cost)