forked from External/mage
* Fixed alternate casting costs of shoal spells (e.g. Blazing Shoal).
This commit is contained in:
parent
22fccea168
commit
3c7b414ee6
8 changed files with 49 additions and 85 deletions
|
|
@ -146,7 +146,9 @@ public class AlternativeCostSourceAbility extends StaticAbility<AlternativeCostS
|
|||
if (condition != null) {
|
||||
sb.append(condition.toString());
|
||||
sb.append(", rather than pay {source}'s mana cost, ");
|
||||
}
|
||||
} else {
|
||||
sb.append("You may ");
|
||||
}
|
||||
int numberCosts = 0;
|
||||
String remarkText = "";
|
||||
for (AlternativeCost2 alternativeCost: alternateCosts) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue