mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
Fix nondeterministic testBlinkSoulStone
This commit is contained in:
parent
355a0972c0
commit
23f32bcd61
1 changed files with 2 additions and 3 deletions
|
|
@ -76,8 +76,7 @@ public class TheSoulStoneTest extends CardTestPlayerBase {
|
||||||
addCard(Zone.BATTLEFIELD, playerA, bearCub);
|
addCard(Zone.BATTLEFIELD, playerA, bearCub);
|
||||||
addCard(Zone.GRAVEYARD, playerA, bearCub);
|
addCard(Zone.GRAVEYARD, playerA, bearCub);
|
||||||
addCard(Zone.HAND, playerA, teferisTimeTwist);
|
addCard(Zone.HAND, playerA, teferisTimeTwist);
|
||||||
addCard(Zone.BATTLEFIELD, playerA, "Swamp", 7);
|
addCard(Zone.BATTLEFIELD, playerA, "Underground Sea", 11);
|
||||||
addCard(Zone.BATTLEFIELD, playerA, "Island", 4);
|
|
||||||
|
|
||||||
activateAbility(1, PhaseStep.PRECOMBAT_MAIN, playerA, "{6}{B}, {T}");
|
activateAbility(1, PhaseStep.PRECOMBAT_MAIN, playerA, "{6}{B}, {T}");
|
||||||
setChoice(playerA, bearCub);
|
setChoice(playerA, bearCub);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue