mirror of
https://github.com/correl/mage.git
synced 2024-12-24 11:50:45 +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");
|
||||
|
||||
setChoice(playerA, "Yes");
|
||||
addTarget(playerA, "Grizzly Bears");
|
||||
setChoice(playerA, "Yes");
|
||||
setChoice(playerA, "Grizzly Bears");
|
||||
setStopAt(1, PhaseStep.POSTCOMBAT_MAIN);
|
||||
setStrictChooseMode(true);
|
||||
execute();
|
||||
|
|
Loading…
Reference in a new issue