mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
Fixed BouncingACrewedVehicle test
This commit is contained in:
parent
19fec8ee2a
commit
e9d103b70e
1 changed files with 3 additions and 3 deletions
|
@ -92,12 +92,12 @@ public class CrewTest extends CardTestPlayerBase {
|
|||
setChoice(playerA, "Speedway Fanatic");
|
||||
|
||||
// Return all creatures to there owners hands
|
||||
castSpell(1, PhaseStep.PRECOMBAT_MAIN, playerA, "Evacuation");
|
||||
castSpell(1, PhaseStep.BEGIN_COMBAT, playerA, "Evacuation");
|
||||
|
||||
// (Re)Cast Smugglers Copter
|
||||
castSpell(1, PhaseStep.PRECOMBAT_MAIN, playerA, "Smuggler's Copter");
|
||||
castSpell(1, PhaseStep.POSTCOMBAT_MAIN, playerA, "Smuggler's Copter");
|
||||
|
||||
setStopAt(1, PhaseStep.BEGIN_COMBAT);
|
||||
setStopAt(1, PhaseStep.END_TURN);
|
||||
execute();
|
||||
|
||||
// Only crewed vehicles have card type creature
|
||||
|
|
Loading…
Reference in a new issue