mirror of
https://github.com/magefree/mage.git
synced 2025-12-21 19:11:59 -08: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…
Add table
Add a link
Reference in a new issue