mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00: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");
|
||||
|
||||
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}:");
|
||||
setChoice(playerA, "Yes");
|
||||
setChoice(playerA, "Yes");
|
||||
|
||||
setStopAt(1, PhaseStep.END_TURN);
|
||||
execute();
|
||||
|
|
Loading…
Reference in a new issue