Erwan
-fix issue 170 (testsuite + library shuffle)
This commit is contained in:
@@ -140,7 +140,9 @@ int TestSuiteAI::Act(float dt){
|
|||||||
OutputDebugString("TESTSUITE Clicking ON: ");
|
OutputDebugString("TESTSUITE Clicking ON: ");
|
||||||
OutputDebugString(card->name.c_str());
|
OutputDebugString(card->name.c_str());
|
||||||
OutputDebugString("\n");
|
OutputDebugString("\n");
|
||||||
|
card->currentZone->needShuffle = true; //mimic library shuffle
|
||||||
g->cardClick(card,card);
|
g->cardClick(card,card);
|
||||||
|
g->forceShuffleLibraries(); //mimic library shuffle
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}else{
|
}else{
|
||||||
|
|||||||
Reference in New Issue
Block a user