mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 04:42:07 -08:00
Fixed Sejiri Merfolk. Fixed DivineVerdictTest.
This commit is contained in:
parent
7610013628
commit
965b21a488
2 changed files with 5 additions and 4 deletions
|
|
@ -12,9 +12,11 @@ public class DivineVerdictTest extends CardTestPlayerBase {
|
|||
|
||||
@Test
|
||||
public void testAfterAttack() {
|
||||
addCard(Constants.Zone.BATTLEFIELD, playerA, "Plains");
|
||||
addCard(Constants.Zone.BATTLEFIELD, playerA, "Plains", 4);
|
||||
addCard(Constants.Zone.HAND, playerA, "Divine Verdict");
|
||||
|
||||
addCard(Constants.Zone.BATTLEFIELD, playerB, "Sejiri Merfolk");
|
||||
addCard(Constants.Zone.BATTLEFIELD, playerB, "Plains");
|
||||
|
||||
attack(2, playerB, "Sejiri Merfolk");
|
||||
castSpell(2, PhaseStep.POSTCOMBAT_MAIN, playerA, "Divine Verdict", "Sejiri Merfolk");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue