mirror of
https://github.com/magefree/mage.git
synced 2025-12-30 15:32:08 -08:00
[EOE] Implement Tapestry Warden
This commit is contained in:
parent
ff17fb1125
commit
ce35717f1f
5 changed files with 152 additions and 11 deletions
|
|
@ -75,4 +75,23 @@ public class StationTest extends CardTestPlayerBase {
|
|||
assertTapped(giant, true);
|
||||
checkSpacecraft(3);
|
||||
}
|
||||
|
||||
private static final String warden = "Tapestry Warden";
|
||||
|
||||
@Test
|
||||
public void testTapestryWarden() {
|
||||
addCard(Zone.BATTLEFIELD, playerA, sawship);
|
||||
addCard(Zone.BATTLEFIELD, playerA, warden);
|
||||
addCard(Zone.BATTLEFIELD, playerA, devils);
|
||||
|
||||
activateAbility(1, PhaseStep.PRECOMBAT_MAIN, playerA, "station");
|
||||
setChoice(playerA, devils);
|
||||
|
||||
setStrictChooseMode(true);
|
||||
setStopAt(1, PhaseStep.END_TURN);
|
||||
execute();
|
||||
|
||||
assertTapped(devils, true);
|
||||
checkSpacecraft(3);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue