mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 03:51:58 -08:00
minor mod
This commit is contained in:
parent
594e22a245
commit
2aa1ee2471
1 changed files with 1 additions and 1 deletions
|
|
@ -163,7 +163,7 @@ public class CostModificationTest extends CardTestPlayerBase {
|
||||||
addCard(Zone.BATTLEFIELD, playerA, "Island", 2);
|
addCard(Zone.BATTLEFIELD, playerA, "Island", 2);
|
||||||
|
|
||||||
addCard(Zone.HAND, playerB, doomBlade);
|
addCard(Zone.HAND, playerB, doomBlade);
|
||||||
addCard(Zone.BATTLEFIELD, playerB, "Swamp", 2);
|
addCard(Zone.BATTLEFIELD, playerB, "Swamp", 2); // {1}{B} Instant: destroy target non-black creature
|
||||||
|
|
||||||
// Divination should only cost {1}{U} now with the cost reduction in place for your blue spells.
|
// Divination should only cost {1}{U} now with the cost reduction in place for your blue spells.
|
||||||
castSpell(1, PhaseStep.PRECOMBAT_MAIN, playerA, divination);
|
castSpell(1, PhaseStep.PRECOMBAT_MAIN, playerA, divination);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue