Updated modes to handle selection of modes multiple times (not working yet if targets included).

This commit is contained in:
LevelX2 2015-11-08 20:07:02 +01:00
parent 9b29cd042f
commit 431d0005f2
4 changed files with 60 additions and 27 deletions

View file

@ -17,6 +17,8 @@ public class GatekeeperOfMalakirTest extends CardTestPlayerBase {
addCard(Zone.HAND, playerA, "Gatekeeper of Malakir");
addCard(Zone.BATTLEFIELD, playerB, "Llanowar Elves");
// Kicker {B} (You may pay an additional {B} as you cast this spell.)
// When Gatekeeper of Malakir enters the battlefield, if it was kicked, target player sacrifices a creature.
castSpell(1, PhaseStep.PRECOMBAT_MAIN, playerA, "Gatekeeper of Malakir");
setStopAt(1, PhaseStep.BEGIN_COMBAT);
@ -29,5 +31,4 @@ public class GatekeeperOfMalakirTest extends CardTestPlayerBase {
assertGraveyardCount(playerB, 1);
}
}