Minor fix for rebound test

This commit is contained in:
magenoxx 2012-06-24 23:15:19 +04:00
parent 37e7941807
commit 39d0871d6c

View file

@ -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();