mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +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());
|
throw new RuntimeException("ManaEffect::resolve() /*combo mana*/ - " + p + " color mana choice is empty for " + card.getName());
|
||||||
|
|
||||||
if (differentChoice) {
|
if (differentChoice) {
|
||||||
fullOptions = ColorSet.fromMask(fullOptions.getColor() - chosenColor.getColormask());
|
fullOptions = ColorSet.fromMask(fullOptions.getColor() - chosenColor.getColorMask());
|
||||||
}
|
}
|
||||||
choice = chosenColor.getShortName();
|
choice = chosenColor.getShortName();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user