Test scenario for Earthquake.

This commit is contained in:
magenoxx 2011-02-20 02:10:04 +03:00
parent ea847e791b
commit 9bd5e95bda
5 changed files with 32 additions and 2 deletions

View file

@ -56,7 +56,7 @@ public class PlayGameTest extends MageTestBase {
game.addPlayer(computerB, deck2);
game.loadCards(deck2.getCards(), computerB.getId());
//parseScenario("scenario4.txt");
parseScenario("scenario5.txt");
game.cheat(computerA.getId(), commandsA);
game.cheat(computerA.getId(), libraryCardsA, handCardsA, battlefieldCardsA, graveyardCardsA);
game.cheat(computerB.getId(), commandsB);