mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 11:32:00 -08:00
- Fix test
This commit is contained in:
parent
ab5daa026f
commit
b84e0c03f8
1 changed files with 2 additions and 2 deletions
|
|
@ -151,14 +151,14 @@ public class OathOfLiegesTest extends CardTestPlayerBase {
|
||||||
// turn 2 - B
|
// turn 2 - B
|
||||||
// oath A triggers for B and do nothing
|
// oath A triggers for B and do nothing
|
||||||
// copy oath A triggers for B and do nothing
|
// copy oath A triggers for B and do nothing
|
||||||
setChoice(playerA, "At the beginning of each upkeep"); // two triggers on upkeep
|
setChoice(playerA, "At the beginning of each player's upkeep"); // two triggers on upkeep
|
||||||
checkPermanentCount("A have 10 plains", 1, PhaseStep.END_TURN, playerA, "Plains", 10);
|
checkPermanentCount("A have 10 plains", 1, PhaseStep.END_TURN, playerA, "Plains", 10);
|
||||||
checkPermanentCount("B have 12 plains", 1, PhaseStep.END_TURN, playerB, "Plains", 12);
|
checkPermanentCount("B have 12 plains", 1, PhaseStep.END_TURN, playerB, "Plains", 12);
|
||||||
|
|
||||||
// turn 3 - A
|
// turn 3 - A
|
||||||
// oath A triggers for A and activates
|
// oath A triggers for A and activates
|
||||||
// copy oath A triggers for A and activates
|
// copy oath A triggers for A and activates
|
||||||
setChoice(playerA, "At the beginning of each upkeep"); // two triggers on upkeep
|
setChoice(playerA, "At the beginning of each player's upkeep"); // two triggers on upkeep
|
||||||
// 1
|
// 1
|
||||||
addTarget(playerA, playerB); // who control more lands
|
addTarget(playerA, playerB); // who control more lands
|
||||||
setChoice(playerA, "Yes"); // search library
|
setChoice(playerA, "Yes"); // search library
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue