mirror of
https://github.com/correl/mage.git
synced 2024-11-25 03:00:11 +00:00
[KHM] added new test for Maskwood Nexus
This commit is contained in:
parent
0a68507ef0
commit
683d5e7c25
1 changed files with 17 additions and 0 deletions
|
@ -472,4 +472,21 @@ public class SubTypeChangingEffectsTest extends CardTestPlayerBase {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testMaskwoodNexus3() {
|
||||
addCard(Zone.BATTLEFIELD, playerB, "Sarkhan the Masterless");
|
||||
addCard(Zone.BATTLEFIELD, playerB, "Silvercoat Lion", 3);
|
||||
addCard(Zone.BATTLEFIELD, playerB, "Maskwood Nexus");
|
||||
addCard(Zone.BATTLEFIELD, playerA, "Bonebreaker Giant");
|
||||
|
||||
attack(1, playerA, "Bonebreaker Giant");
|
||||
|
||||
setStrictChooseMode(true);
|
||||
setStopAt(1, PhaseStep.END_TURN);
|
||||
execute();
|
||||
assertAllCommandsUsed();
|
||||
|
||||
assertDamageReceived(playerA, "Bonebreaker Giant", 3);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue