fixed ability word text formatting

This commit is contained in:
Evan Kranzler 2018-05-05 14:05:04 -04:00
parent 24829c83a4
commit 7edcec0dc1
173 changed files with 231 additions and 231 deletions

View file

@ -115,7 +115,7 @@ public class SpendOtherManaTest extends CardTestPlayerBase {
addCard(Zone.GRAVEYARD, playerA, "Lightning Bolt", 2);
// Search your library for a card and put that card into your hand. Then shuffle your library.
// <i>Spell mastery</i> - If there are two or more instant and/or sorcery cards in your graveyard, add {B}{B}{B}.
// <i>Spell mastery</i> &mdash; If there are two or more instant and/or sorcery cards in your graveyard, add {B}{B}{B}.
addCard(Zone.HAND, playerA, "Dark Petition"); // {3}{B}{B}
// +1: Create a 0/1 green Plant creature token onto the battlefield.

View file

@ -44,7 +44,7 @@ public class OmnathLocusOfRageTest extends CardTestPlayerBase {
*/
@Test
public void testDiesTriggeredAbility() {
// <i>Landfall</i> - Whenever a land enters the battlefield under your control, put a 5/5 red and green Elemental creature token onto the battlefield.
// <i>Landfall</i> &mdash; Whenever a land enters the battlefield under your control, put a 5/5 red and green Elemental creature token onto the battlefield.
// Whenever Omnath, Locus of Rage or another Elemental you control dies, Omnath deals 3 damage to any target.
addCard(Zone.BATTLEFIELD, playerA, "Omnath, Locus of Rage", 1);
@ -68,7 +68,7 @@ public class OmnathLocusOfRageTest extends CardTestPlayerBase {
@Test
public void testDiesTriggeredAbilityOnlyIfPresent() {
// <i>Landfall</i> - Whenever a land enters the battlefield under your control, put a 5/5 red and green Elemental creature token onto the battlefield.
// <i>Landfall</i> &mdash; Whenever a land enters the battlefield under your control, put a 5/5 red and green Elemental creature token onto the battlefield.
// Whenever Omnath, Locus of Rage or another Elemental you control dies, Omnath deals 3 damage to any target.
addCard(Zone.BATTLEFIELD, playerA, "Omnath, Locus of Rage", 1);
addCard(Zone.BATTLEFIELD, playerA, "Lightning Elemental", 1); // 4/1 Elemental - Haste

View file

@ -103,7 +103,7 @@ public class AnafenzaTest extends CardTestCommanderDuelBase {
addCard(Zone.BATTLEFIELD, playerA, "Acidic Slime", 1);
addCard(Zone.HAND, playerB, "Forest", 2);
// <i>Landfall</i> - Whenever a land enters the battlefield under your control, put a 5/5 red and green Elemental creature token onto the battlefield.
// <i>Landfall</i> &mdash; Whenever a land enters the battlefield under your control, put a 5/5 red and green Elemental creature token onto the battlefield.
// Whenever Omnath, Locus of Rage or another Elemental you control dies, Omnath deals 3 damage to any target.
addCard(Zone.BATTLEFIELD, playerB, "Omnath, Locus of Rage", 1);