* Doubling Cube - Added support for possible mana calculation (related to #6698).

This commit is contained in:
LevelX2 2020-08-18 00:22:53 +02:00
parent 27db13605e
commit c48331f216
15 changed files with 379 additions and 79 deletions

View file

@ -71,5 +71,6 @@ public class SimpleManaAbility extends ActivatedManaAbilityImpl {
}
return new ArrayList<>(netMana);
}
}