mirror of
https://github.com/correl/mage.git
synced 2025-01-11 19:13:02 +00:00
* Some comments removed.
This commit is contained in:
parent
89249888b5
commit
8db0c00b42
1 changed files with 0 additions and 4 deletions
|
@ -44,9 +44,7 @@ public class TappedForManaRelatedTest extends CardTestPlayerBase {
|
|||
|
||||
}
|
||||
|
||||
// Mana producedc by triggered mana abilities is not calculated in manaOptions calculations yet.
|
||||
@Test
|
||||
// @Ignore
|
||||
public void TestCradleWithWildGrowthTwoCreatures() {
|
||||
// {T}: Add {G} for each creature you control.
|
||||
addCard(Zone.BATTLEFIELD, playerA, "Gaea's Cradle", 1);
|
||||
|
@ -70,9 +68,7 @@ public class TappedForManaRelatedTest extends CardTestPlayerBase {
|
|||
|
||||
}
|
||||
|
||||
// Mana producedc by triggered mana abilities is not calculated in manaOptions calculations yet.
|
||||
@Test
|
||||
// @Ignore
|
||||
public void TestWildGrowth() {
|
||||
addCard(Zone.BATTLEFIELD, playerA, "Silvercoat Lion", 2);
|
||||
|
||||
|
|
Loading…
Reference in a new issue