* Dire Fleet Warmonger - fixed that it asks user two times, fixed text (#6643);

This commit is contained in:
Oleg Agafonov 2020-08-14 15:12:59 +04:00
parent 27b5c920f7
commit b89c1c03ca
3 changed files with 8 additions and 10 deletions

View file

@ -15,9 +15,9 @@ public class DireFleetWarmongerTest extends CardTestPlayerBase {
addCard(Zone.BATTLEFIELD, playerA, "Dire Fleet Warmonger");
addCard(Zone.BATTLEFIELD, playerA, "Grizzly Bears");
setChoice(playerA, "Yes");
setChoice(playerA, "Yes");
setChoice(playerA, "Grizzly Bears");
setStopAt(1, PhaseStep.POSTCOMBAT_MAIN);
setStrictChooseMode(true);
execute();