mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
Update ManaEffect.java
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user