* Fixed alternate casting costs of shoal spells (e.g. Blazing Shoal).

This commit is contained in:
LevelX2 2014-02-23 17:39:37 +01:00
parent 22fccea168
commit 3c7b414ee6
8 changed files with 49 additions and 85 deletions

View file

@ -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) {