mirror of
https://github.com/correl/mage.git
synced 2024-12-26 19:16:54 +00:00
adjusted phases - was using dif one for testing
This commit is contained in:
parent
0e95e39748
commit
23834a061c
1 changed files with 2 additions and 2 deletions
|
@ -188,10 +188,10 @@ public class TargetedTriggeredTest extends CardTestPlayerBase {
|
||||||
|
|
||||||
castSpell(1, PhaseStep.PRECOMBAT_MAIN, playerA, sStinger);
|
castSpell(1, PhaseStep.PRECOMBAT_MAIN, playerA, sStinger);
|
||||||
addTarget(playerA, gKeeper); // should be countered by Glyph Keeper clause as first ability targetting it
|
addTarget(playerA, gKeeper); // should be countered by Glyph Keeper clause as first ability targetting it
|
||||||
castSpell(1, PhaseStep.POSTCOMBAT_MAIN, playerA, cStrength, gKeeper); // should not be countered anymore
|
castSpell(1, PhaseStep.PRECOMBAT_MAIN, playerA, cStrength, gKeeper); // should not be countered anymore
|
||||||
addTarget(playerA, memnite); // Cartouche of Strength fight
|
addTarget(playerA, memnite); // Cartouche of Strength fight
|
||||||
|
|
||||||
setStopAt(1, PhaseStep.END_TURN);
|
setStopAt(1, PhaseStep.BEGIN_COMBAT);
|
||||||
execute();
|
execute();
|
||||||
|
|
||||||
assertPermanentCount(playerA, gKeeper, 1);
|
assertPermanentCount(playerA, gKeeper, 1);
|
||||||
|
|
Loading…
Reference in a new issue