forked from External/mage
oops, remove debug logs and fix whitespace
that wasn't meant to be committed
This commit is contained in:
parent
96aa224652
commit
907a12b6d2
1 changed files with 7 additions and 10 deletions
|
|
@ -98,25 +98,22 @@ public class FlameheartWerewolfTest extends CardTestPlayerBase {
|
|||
assertGraveyardCount(playerB, "Falkenrath Reaver", 1);
|
||||
assertPermanentCount(playerB, "Wind Drake", 0);
|
||||
assertGraveyardCount(playerB, "Wind Drake", 1);
|
||||
|
||||
System.out.println("22s end");
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testKessigForgemaster() {
|
||||
System.out.println("Forgemaster start");
|
||||
addCard(Zone.BATTLEFIELD, playerA, "Kessig Forgemaster");
|
||||
// Both 1/1 creatures should die before the combat starts
|
||||
addCard(Zone.BATTLEFIELD, playerB, "Wily Bandar");
|
||||
addCard(Zone.BATTLEFIELD, playerB, "Stern Constable");
|
||||
|
||||
// to prevent Kessig from transforming:
|
||||
addCard(Zone.BATTLEFIELD, playerA, "Island");
|
||||
addCard(Zone.BATTLEFIELD, playerB, "Island");
|
||||
addCard(Zone.HAND, playerA, "Explosive Apparatus");
|
||||
addCard(Zone.HAND, playerB, "Explosive Apparatus");
|
||||
castSpell(1, PhaseStep.PRECOMBAT_MAIN, playerA, "Explosive Apparatus");
|
||||
castSpell(2, PhaseStep.PRECOMBAT_MAIN, playerB, "Explosive Apparatus");
|
||||
// to prevent Kessig from transforming:
|
||||
addCard(Zone.BATTLEFIELD, playerA, "Island");
|
||||
addCard(Zone.BATTLEFIELD, playerB, "Island");
|
||||
addCard(Zone.HAND, playerA, "Explosive Apparatus");
|
||||
addCard(Zone.HAND, playerB, "Explosive Apparatus");
|
||||
castSpell(1, PhaseStep.PRECOMBAT_MAIN, playerA, "Explosive Apparatus");
|
||||
castSpell(2, PhaseStep.PRECOMBAT_MAIN, playerB, "Explosive Apparatus");
|
||||
|
||||
attack(3, playerA, "Kessig Forgemaster");
|
||||
block(3, playerB, "Wily Bandar", "Kessig Forgemaster");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue