mirror of
https://github.com/correl/mage.git
synced 2024-11-25 11:09:53 +00:00
[IKO] small nonfunctional change to Zirda, the Dawnwaker test
This commit is contained in:
parent
f9571398b5
commit
991f154cd7
1 changed files with 3 additions and 3 deletions
|
@ -58,9 +58,9 @@ public class ZirdaTheDawnwakerTest extends CardTestPlayerBase {
|
||||||
addCard(Zone.BATTLEFIELD, playerA, geth);
|
addCard(Zone.BATTLEFIELD, playerA, geth);
|
||||||
addCard(Zone.GRAVEYARD, playerB, lion);
|
addCard(Zone.GRAVEYARD, playerB, lion);
|
||||||
|
|
||||||
|
activateAbility(1, PhaseStep.PRECOMBAT_MAIN, playerA, "{X}{B}");
|
||||||
setChoice(playerA, "X=2");
|
setChoice(playerA, "X=2");
|
||||||
addTarget(playerA, lion);
|
addTarget(playerA, lion);
|
||||||
activateAbility(1, PhaseStep.PRECOMBAT_MAIN, playerA, "{X}{B}");
|
|
||||||
|
|
||||||
setStrictChooseMode(true);
|
setStrictChooseMode(true);
|
||||||
setStopAt(1, PhaseStep.END_TURN);
|
setStopAt(1, PhaseStep.END_TURN);
|
||||||
|
@ -80,13 +80,13 @@ public class ZirdaTheDawnwakerTest extends CardTestPlayerBase {
|
||||||
addCard(Zone.GRAVEYARD, playerB, zirda);
|
addCard(Zone.GRAVEYARD, playerB, zirda);
|
||||||
addCard(Zone.GRAVEYARD, playerB, lion);
|
addCard(Zone.GRAVEYARD, playerB, lion);
|
||||||
|
|
||||||
|
activateAbility(1, PhaseStep.PRECOMBAT_MAIN, playerA, "{X}{B}");
|
||||||
setChoice(playerA, "X=3");
|
setChoice(playerA, "X=3");
|
||||||
addTarget(playerA, zirda);
|
addTarget(playerA, zirda);
|
||||||
activateAbility(1, PhaseStep.PRECOMBAT_MAIN, playerA, "{X}{B}");
|
|
||||||
|
|
||||||
|
activateAbility(1, PhaseStep.POSTCOMBAT_MAIN, playerA, "{X}{B}");
|
||||||
setChoice(playerA, "X=2");
|
setChoice(playerA, "X=2");
|
||||||
addTarget(playerA, lion);
|
addTarget(playerA, lion);
|
||||||
activateAbility(1, PhaseStep.POSTCOMBAT_MAIN, playerA, "{X}{B}");
|
|
||||||
|
|
||||||
setStrictChooseMode(true);
|
setStrictChooseMode(true);
|
||||||
setStopAt(1, PhaseStep.END_TURN);
|
setStopAt(1, PhaseStep.END_TURN);
|
||||||
|
|
Loading…
Reference in a new issue