mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 20:11:59 -08:00
Fixed compile error on getFixedTarget and failed test on new lower names
This commit is contained in:
parent
a2b6f83a3e
commit
5b0e71021d
5 changed files with 18 additions and 20 deletions
|
|
@ -80,28 +80,28 @@ public class CairnWandererTest extends CardTestPlayerBase {
|
|||
addCard(Zone.GRAVEYARD, playerA, "Typhoid Rats");
|
||||
|
||||
// Testing HasteAbility.
|
||||
addCard(Zone.GRAVEYARD, playerA, "Raging Goblin");
|
||||
addCard(Zone.GRAVEYARD, playerB, "Raging Goblin");
|
||||
|
||||
// Testing LandwalkAbility.
|
||||
addCard(Zone.GRAVEYARD, playerA, "Zodiac Rooster");
|
||||
addCard(Zone.GRAVEYARD, playerB, "Zodiac Rooster");
|
||||
|
||||
// Testing LifelinkAbility.
|
||||
addCard(Zone.GRAVEYARD, playerA, "Trained Caracal");
|
||||
addCard(Zone.GRAVEYARD, playerB, "Trained Caracal");
|
||||
|
||||
// Testing ProtectionAbility.
|
||||
addCard(Zone.GRAVEYARD, playerA, "Progenitus");
|
||||
addCard(Zone.GRAVEYARD, playerB, "Progenitus");
|
||||
|
||||
// Testing ReachAbility.
|
||||
addCard(Zone.GRAVEYARD, playerA, "Tree Monkey");
|
||||
addCard(Zone.GRAVEYARD, playerB, "Tree Monkey");
|
||||
|
||||
// Testing TrampleAbility.
|
||||
addCard(Zone.GRAVEYARD, playerA, "Defiant Elf");
|
||||
addCard(Zone.GRAVEYARD, playerB, "Defiant Elf");
|
||||
|
||||
// Testing ShroudAbility.
|
||||
addCard(Zone.GRAVEYARD, playerA, "Elvish Lookout");
|
||||
addCard(Zone.GRAVEYARD, playerB, "Elvish Lookout");
|
||||
|
||||
// Testing VigilanceAbility.
|
||||
addCard(Zone.GRAVEYARD, playerA, "Veteran Cavalier");
|
||||
addCard(Zone.GRAVEYARD, playerB, "Veteran Cavalier");
|
||||
|
||||
execute();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue