mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 04:42:07 -08:00
fixed the formatting on some ability words
This commit is contained in:
parent
b757f15313
commit
c2c7aff4f7
48 changed files with 64 additions and 64 deletions
|
|
@ -23,7 +23,7 @@ public class MetalcraftTest extends CardTestPlayerBase {
|
|||
public void testMetalcraftFromBlinkmoth() {
|
||||
addCard(Zone.BATTLEFIELD, playerA, "Darksteel Citadel",1);
|
||||
|
||||
// Metalcraft - {this} is a 5/5 Golem artifact creature as long as you control three or more artifacts
|
||||
// <i>Metalcraft</i> — {this} is a 5/5 Golem artifact creature as long as you control three or more artifacts
|
||||
addCard(Zone.BATTLEFIELD, playerA, "Rusted Relic", 1);
|
||||
|
||||
// {T}: Add {C}to your mana pool.
|
||||
|
|
|
|||
|
|
@ -127,7 +127,7 @@ public class CantCastTest extends CardTestPlayerBase {
|
|||
// Your opponents can't block with creatures with even converted mana costs.
|
||||
addCard(Zone.BATTLEFIELD, playerB, "Void Winnower");
|
||||
|
||||
// Metalcraft - {T}: Add one mana of any color. Activate this ability only if you control three or more artifacts.
|
||||
// <i>Metalcraft</i> — {T}: Add one mana of any color. Activate this ability only if you control three or more artifacts.
|
||||
addCard(Zone.HAND, playerA, "Mox Opal", 1); // {0}
|
||||
|
||||
castSpell(1, PhaseStep.PRECOMBAT_MAIN, playerA, "Mox Opal");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue