Update ManaEffect.java

This commit is contained in:
Hans Mackowiak
2025-09-16 16:37:42 +02:00
committed by GitHub
parent a85dc13cd8
commit 74b1467837

View File

@@ -120,7 +120,7 @@ public class ManaEffect extends SpellAbilityEffect {
throw new RuntimeException("ManaEffect::resolve() /*combo mana*/ - " + p + " color mana choice is empty for " + card.getName());
if (differentChoice) {
fullOptions = ColorSet.fromMask(fullOptions.getColor() - chosenColor.getColormask());
fullOptions = ColorSet.fromMask(fullOptions.getColor() - chosenColor.getColorMask());
}
choice = chosenColor.getShortName();
}