mirror of
https://github.com/correl/mage.git
synced 2025-01-11 19:13:02 +00:00
* Phage the Untouchable bug is not reproducable (closes #3693).
This commit is contained in:
parent
166d898168
commit
029f47ec32
1 changed files with 7 additions and 1 deletions
|
@ -10,7 +10,7 @@ import org.mage.test.serverside.base.CardTestPlayerBase;
|
|||
|
||||
/**
|
||||
*
|
||||
* @author LeveöX
|
||||
* @author LevelX2
|
||||
*/
|
||||
public class PhageTheUntouchableTest extends CardTestPlayerBase {
|
||||
|
||||
|
@ -32,10 +32,16 @@ public class PhageTheUntouchableTest extends CardTestPlayerBase {
|
|||
|
||||
castSpell(1, PhaseStep.PRECOMBAT_MAIN, playerA, "Phage the Untouchable");
|
||||
castSpell(1, PhaseStep.PRECOMBAT_MAIN, playerA, "Hero's Downfall", "Phage the Untouchable");
|
||||
addTarget(playerA, playerB);
|
||||
|
||||
setStopAt(2, PhaseStep.BEGIN_COMBAT);
|
||||
|
||||
setStrictChooseMode(true);
|
||||
|
||||
execute();
|
||||
|
||||
assertAllCommandsUsed();
|
||||
|
||||
assertLife(playerA, 20);
|
||||
assertLife(playerB, 20);
|
||||
|
||||
|
|
Loading…
Reference in a new issue