Fixed BouncingACrewedVehicle test

This commit is contained in:
Goesta 2017-02-22 23:25:15 +01:00
parent 19fec8ee2a
commit e9d103b70e

View file

@ -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