Changed counter names to start with lower case.

This commit is contained in:
LevelX2 2014-11-14 15:11:20 +01:00
parent ac07076c69
commit b2e259422d
4 changed files with 52 additions and 51 deletions

View file

@ -14,16 +14,17 @@ public class AffinityForArtifactsTest extends CardTestPlayerBase {
@Test
public void testCastForCheaperCost() {
addCard(Zone.BATTLEFIELD, playerA, "Mountain", 4);
// Myr Enforcer Artifact Creature Myr {7}
// Affinity for artifacts (This spell costs {1} less to cast for each artifact you control.)
addCard(Zone.HAND, playerA, "Myr Enforcer");
addCard(Zone.BATTLEFIELD, playerA, "Myr Enforcer", 3);
castSpell(1, PhaseStep.PRECOMBAT_MAIN, playerA, "Myr Enforcer");
setStopAt(1, PhaseStep.BEGIN_COMBAT);
execute();
assertPermanentCount(playerA, "Myr Enforcer", 4);
assertPermanentCount(playerA, "Myr Enforcer", 4);
}
/**

View file

@ -76,7 +76,7 @@ public class DoublingSeasonTest extends CardTestPlayerBase {
castSpell(1, PhaseStep.PRECOMBAT_MAIN, playerA, "Pallid Mycoderm");
activateAbility(5, PhaseStep.PRECOMBAT_MAIN, playerA, "Remove three Spore counters from {this}: Put a 1/1 green Saproling creature token onto the battlefield.");
activateAbility(5, PhaseStep.PRECOMBAT_MAIN, playerA, "Remove three spore counters from {this}: Put a 1/1 green Saproling creature token onto the battlefield.");
setStopAt(5, PhaseStep.END_TURN);
execute();

View file

@ -17,7 +17,7 @@ public class ProtectionFromTypeTest extends CardTestPlayerBase {
addCard(Zone.BATTLEFIELD, playerB, "Tel-Jilad Fallen");
activateAbility(1, PhaseStep.PRECOMBAT_MAIN, playerA, "{2},Remove a Charge counter from {this}, {T}: put a -1/-1 counter on target creature.", "Tel-Jilad Fallen");
activateAbility(1, PhaseStep.PRECOMBAT_MAIN, playerA, "{2},Remove a charge counter from {this}, {T}: put a -1/-1 counter on target creature.", "Tel-Jilad Fallen");
setStopAt(1, PhaseStep.BEGIN_COMBAT);
execute();
@ -32,7 +32,7 @@ public class ProtectionFromTypeTest extends CardTestPlayerBase {
addCard(Zone.BATTLEFIELD, playerB, "Coral Merfolk");
activateAbility(1, PhaseStep.PRECOMBAT_MAIN, playerA, "{2},Remove a Charge counter from {this}, {T}: Put a -1/-1 counter on target creature.", "Coral Merfolk");
activateAbility(1, PhaseStep.PRECOMBAT_MAIN, playerA, "{2},Remove a charge counter from {this}, {T}: Put a -1/-1 counter on target creature.", "Coral Merfolk");
setStopAt(1, PhaseStep.BEGIN_COMBAT);
execute();