mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 21:02:08 -08:00
Updated modes to handle selection of modes multiple times (not working yet if targets included).
This commit is contained in:
parent
9b29cd042f
commit
431d0005f2
4 changed files with 60 additions and 27 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue