-Fix for sacrifice costs
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-06-09 14:07:07 +00:00
parent 4e4733fd2b
commit 75720b9459
7 changed files with 48 additions and 25 deletions

View File

@@ -119,6 +119,8 @@ int TestSuiteAI::Act(float dt){
}else{
MTGCardInstance * card = suite->getCardByMTGId(mtgid);
if (card) {
OutputDebugString("Clicking ON: ");
OutputDebugString(card->name.c_str());
g->cardClick(card,card);
}
}