mirror of
https://github.com/magefree/mage.git
synced 2025-12-28 22:42:03 -08:00
Some minor changes.
This commit is contained in:
parent
d673f3e4b1
commit
eccc367920
3 changed files with 5 additions and 3 deletions
|
|
@ -346,6 +346,8 @@ public class ManaOptionsTest extends CardTestPlayerBase {
|
|||
Assert.assertEquals("{B}{B}", getManaOption(0, manaOptions));
|
||||
}
|
||||
|
||||
// TODO
|
||||
// Test Calciform Pools combination mana lands
|
||||
private String getManaOption(int index, ManaOptions manaOptions) {
|
||||
if (manaOptions.size() < index + 1) {
|
||||
return "";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue