mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 12:02:01 -08:00
Tests: fixed IsochronScepterTest;
This commit is contained in:
parent
511b4b28c3
commit
b834094921
1 changed files with 4 additions and 2 deletions
|
|
@ -44,10 +44,12 @@ public class IsochronScepterTest extends CardTestPlayerBase {
|
||||||
addCard(Zone.HAND, playerA, "Lightning Bolt");
|
addCard(Zone.HAND, playerA, "Lightning Bolt");
|
||||||
|
|
||||||
castSpell(1, PhaseStep.PRECOMBAT_MAIN, playerA, "Isochron Scepter");
|
castSpell(1, PhaseStep.PRECOMBAT_MAIN, playerA, "Isochron Scepter");
|
||||||
addTarget(playerA, "Lightning Bolt");
|
setChoice(playerA, "Yes"); // use imprint
|
||||||
|
setChoice(playerA, "Lightning Bolt"); // target for imprint (excile from hand)
|
||||||
|
|
||||||
|
// copy and cast imprinted card
|
||||||
activateAbility(1, PhaseStep.POSTCOMBAT_MAIN, playerA, "{2}, {T}:");
|
activateAbility(1, PhaseStep.POSTCOMBAT_MAIN, playerA, "{2}, {T}:");
|
||||||
setChoice(playerA, "Yes");
|
setChoice(playerA, "Yes");
|
||||||
setChoice(playerA, "Yes");
|
|
||||||
|
|
||||||
setStopAt(1, PhaseStep.END_TURN);
|
setStopAt(1, PhaseStep.END_TURN);
|
||||||
execute();
|
execute();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue