mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
Minor fix for rebound test
This commit is contained in:
parent
37e7941807
commit
39d0871d6c
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ public class ReboundTest extends CardTestPlayerBase{
|
||||||
|
|
||||||
addCard(Constants.Zone.BATTLEFIELD, playerB, "Memnite", 1);
|
addCard(Constants.Zone.BATTLEFIELD, playerB, "Memnite", 1);
|
||||||
|
|
||||||
castSpell(1, Constants.PhaseStep.PRECOMBAT_MAIN, playerA, "Distortion Strike");
|
castSpell(1, Constants.PhaseStep.PRECOMBAT_MAIN, playerA, "Distortion Strike", "Memnite");
|
||||||
|
|
||||||
setStopAt(1, Constants.PhaseStep.BEGIN_COMBAT);
|
setStopAt(1, Constants.PhaseStep.BEGIN_COMBAT);
|
||||||
execute();
|
execute();
|
||||||
|
|
Loading…
Reference in a new issue