mirror of
https://github.com/magefree/mage.git
synced 2025-12-29 23:12:10 -08:00
Tests: fixed NykthosShrineToNyx that broke dozens of other tests with mana choice
This commit is contained in:
parent
5d5c724565
commit
e87db19b7d
2 changed files with 11 additions and 11 deletions
|
|
@ -94,7 +94,7 @@ class NykthosShrineToNyxManaAbility extends ActivatedManaAbilityImpl {
|
|||
public List<Mana> getNetMana(Game game) {
|
||||
netMana.clear();
|
||||
if (game != null) {
|
||||
for (String colorChoice : ChoiceColor.colorChoices) {
|
||||
for (String colorChoice : ChoiceColor.getBaseColors()) {
|
||||
netMana.add(((NykthosDynamicManaEffect) this.getEffects().get(0)).computeMana(colorChoice, game, this));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue