mirror of
https://github.com/correl/mage.git
synced 2024-11-25 03:00:11 +00:00
fixed a test failure
This commit is contained in:
parent
53f6bc372a
commit
4a99b7689f
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ public class GrinningTotemTest extends CardTestPlayerBase {
|
||||||
addCard(Zone.BATTLEFIELD, playerB, "Tormod's Crypt");
|
addCard(Zone.BATTLEFIELD, playerB, "Tormod's Crypt");
|
||||||
|
|
||||||
activateAbility(1, PhaseStep.PRECOMBAT_MAIN, playerA, "{2}, {T}, Sacrifice {this}: Search target opponent's library for a card and exile it", playerB);
|
activateAbility(1, PhaseStep.PRECOMBAT_MAIN, playerA, "{2}, {T}, Sacrifice {this}: Search target opponent's library for a card and exile it", playerB);
|
||||||
activateAbility(1, PhaseStep.POSTCOMBAT_MAIN, playerB, "{T}, Sacrifice {this}: Exile all cards", playerA);
|
activateAbility(1, PhaseStep.POSTCOMBAT_MAIN, playerB, "{T}, Sacrifice {this}: ", playerA);
|
||||||
|
|
||||||
setStopAt(3, PhaseStep.BEGIN_COMBAT);
|
setStopAt(3, PhaseStep.BEGIN_COMBAT);
|
||||||
execute();
|
execute();
|
||||||
|
|
Loading…
Reference in a new issue