mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
add TwoEach param to ManaEffect
This commit is contained in:
@@ -106,6 +106,9 @@ public class ManaEffect extends SpellAbilityEffect {
|
||||
choiceString.append(" ");
|
||||
}
|
||||
choiceString.append(choice);
|
||||
if (sa.hasParam("TwoEach")) {
|
||||
choiceString.append(" ").append(choice);
|
||||
}
|
||||
}
|
||||
|
||||
if (choiceString.toString().isEmpty() && "Combo ColorIdentity".equals(abMana.getOrigProduced())) {
|
||||
|
||||
Reference in New Issue
Block a user