mirror of
https://github.com/magefree/mage.git
synced 2026-01-09 04:12:14 -08:00
[MBS] Burn the Impure + test
This commit is contained in:
parent
5a380e1b9e
commit
662dd2948a
3 changed files with 151 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ public class PlayGameTest extends MageTestBase {
|
|||
game.addPlayer(computerB, deck2);
|
||||
game.loadCards(deck2.getCards(), computerB.getId());
|
||||
|
||||
parseScenario("scenario2.txt");
|
||||
parseScenario("tests/Burn the Impure.test");
|
||||
game.cheat(computerA.getId(), commandsA);
|
||||
game.cheat(computerA.getId(), libraryCardsA, handCardsA, battlefieldCardsA, graveyardCardsA);
|
||||
game.cheat(computerB.getId(), commandsB);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue