mirror of
https://github.com/correl/mage.git
synced 2024-11-25 03:00:11 +00:00
Fix test failure caused by 2aa17d6153
This commit is contained in:
parent
a294f80baf
commit
59d3d83de0
1 changed files with 7 additions and 7 deletions
|
@ -24,7 +24,7 @@ public class OathOfLiegesTest extends CardTestPlayerBase {
|
|||
|
||||
// turn 1 - A
|
||||
// oath A triggers for A and activates
|
||||
// addTarget(playerA, playerB); // who control more lands (Autochosen, only target)
|
||||
addTarget(playerA, playerB); // who control more lands
|
||||
setChoice(playerA, true); // search library
|
||||
addTarget(playerA, "Plains"); // card from library
|
||||
|
||||
|
@ -56,7 +56,7 @@ public class OathOfLiegesTest extends CardTestPlayerBase {
|
|||
|
||||
// turn 2 - B
|
||||
// oath A triggers for B and activates
|
||||
// addTarget(playerB, playerA); // who control more lands (Autochosen, only target)
|
||||
addTarget(playerB, playerA); // who control more lands
|
||||
setChoice(playerB, true); // search library
|
||||
addTarget(playerB, "Plains"); // card from library
|
||||
|
||||
|
@ -80,7 +80,7 @@ public class OathOfLiegesTest extends CardTestPlayerBase {
|
|||
|
||||
// turn 1 - A
|
||||
// oath B triggers for A and activates
|
||||
// addTarget(playerA, playerB); // who control more lands (Autochosen, only target)
|
||||
addTarget(playerA, playerB); // who control more lands
|
||||
setChoice(playerA, true); // search library
|
||||
addTarget(playerA, "Plains"); // card from library
|
||||
|
||||
|
@ -105,11 +105,11 @@ public class OathOfLiegesTest extends CardTestPlayerBase {
|
|||
// oath A triggers for A and activates
|
||||
// oath B triggers for A and activates
|
||||
// 1
|
||||
// addTarget(playerA, playerB); // who control more lands (Autochosen, only target)
|
||||
addTarget(playerA, playerB); // who control more lands
|
||||
setChoice(playerA, true); // search library
|
||||
addTarget(playerA, "Plains"); // card from library
|
||||
// 2
|
||||
// addTarget(playerA, playerB); // who control more lands (Autochosen, only target)
|
||||
addTarget(playerA, playerB); // who control more lands
|
||||
setChoice(playerA, true); // search library
|
||||
addTarget(playerA, "Plains"); // card from library
|
||||
|
||||
|
@ -212,11 +212,11 @@ public class OathOfLiegesTest extends CardTestPlayerBase {
|
|||
// oath A triggers for A and activates
|
||||
// copy oath B triggers for A and activates
|
||||
// 1
|
||||
// addTarget(playerA, playerB); // who control more lands (Autochosen, only target)
|
||||
addTarget(playerA, playerB); // who control more lands
|
||||
setChoice(playerA, true); // search library
|
||||
addTarget(playerA, "Plains"); // card from library
|
||||
// 2
|
||||
// addTarget(playerA, playerB); // who control more lands (Autochosen, only target)
|
||||
addTarget(playerA, playerB); // who control more lands
|
||||
setChoice(playerA, true); // search library
|
||||
addTarget(playerA, "Plains"); // card from library
|
||||
|
||||
|
|
Loading…
Reference in a new issue