mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00:00
* Fixed test that sometimes failed on onfortunate mana tapping done by computer player.
This commit is contained in:
parent
1fde140dd1
commit
c745e654f9
1 changed files with 6 additions and 6 deletions
|
@ -193,12 +193,12 @@ public class ConstellationTest extends CardTestPlayerBase {
|
|||
// 613.7 -- dependacy effects (Mephidross Vampire must ALWAYS wait Daxos effect, not timestamp)
|
||||
addCard(Zone.HAND, playerA, daxosCard, 1);
|
||||
addCard(Zone.BATTLEFIELD, playerA, "Swamp", 4);
|
||||
// Each creature you control is a Vampire in addition to its other creature types
|
||||
addCard(Zone.HAND, playerA, "Mephidross Vampire", 1); // {4}{B}{B}
|
||||
addCard(Zone.BATTLEFIELD, playerA, "Swamp", 8);
|
||||
//
|
||||
addCard(Zone.HAND, playerA, "Mephidross Vampire", 1); // Each creature you control is a Vampire in addition to its other creature types
|
||||
addCard(Zone.BATTLEFIELD, playerA, "Swamp", 6);
|
||||
//
|
||||
addCard(Zone.HAND, playerA, "Archetype of Courage", 1); // Enchantment to trigger Daxos
|
||||
addCard(Zone.BATTLEFIELD, playerA, "Plains", 4);
|
||||
addCard(Zone.HAND, playerA, "Archetype of Courage", 1); // Enchantment {1}{W}{W} to trigger Daxos
|
||||
addCard(Zone.BATTLEFIELD, playerA, "Plains", 2);
|
||||
|
||||
// dax cast
|
||||
castSpell(1, PhaseStep.PRECOMBAT_MAIN, playerA, daxosCard);
|
||||
|
@ -223,7 +223,7 @@ public class ConstellationTest extends CardTestPlayerBase {
|
|||
|
||||
@Test
|
||||
public void test_DaxosGotBoostAndNewTypeByDependencyEffects() {
|
||||
playDaxosAndVampire(false);
|
||||
playDaxosAndVampire(false); // sfails sometimes
|
||||
playDaxosAndVampire(true);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue