mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 20:11:59 -08:00
Fixed Brood Sliver test for #1660
This commit is contained in:
parent
f883fd345f
commit
4082f9c38d
1 changed files with 2 additions and 1 deletions
|
|
@ -28,7 +28,8 @@ public class BroodSliverTest extends CardTestPlayerBase {
|
|||
addCard(Zone.BATTLEFIELD, playerA, "Venom Sliver"); // 1/1 deathtouch granting sliver
|
||||
|
||||
attack(1, playerA, "Venom Sliver");
|
||||
setChoice(playerA, "Yes"); // controller of venom sliver dealing damage should get the choice to create token
|
||||
setChoice(playerA, "Yes"); // controller of Venom Sliver dealing damage should get the choice to create token
|
||||
setChoice(playerB, "No"); // Brood Sliver controller should not be given choice in the first place
|
||||
setStopAt(1, PhaseStep.END_COMBAT);
|
||||
execute();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue