mirror of
https://github.com/correl/mage.git
synced 2024-12-25 11:11:16 +00:00
fix test, seems ability triggers twice, need double check
This commit is contained in:
parent
33b6bd0e21
commit
bbefed9b6d
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,8 @@ public class DireFleetWarmongerTest extends CardTestPlayerBase {
|
||||||
addCard(Zone.BATTLEFIELD, playerA, "Grizzly Bears");
|
addCard(Zone.BATTLEFIELD, playerA, "Grizzly Bears");
|
||||||
|
|
||||||
setChoice(playerA, "Yes");
|
setChoice(playerA, "Yes");
|
||||||
addTarget(playerA, "Grizzly Bears");
|
setChoice(playerA, "Yes");
|
||||||
|
setChoice(playerA, "Grizzly Bears");
|
||||||
setStopAt(1, PhaseStep.POSTCOMBAT_MAIN);
|
setStopAt(1, PhaseStep.POSTCOMBAT_MAIN);
|
||||||
setStrictChooseMode(true);
|
setStrictChooseMode(true);
|
||||||
execute();
|
execute();
|
||||||
|
|
Loading…
Reference in a new issue