Update wording (nonfunctional)

This commit is contained in:
Noah Gleason 2018-07-06 20:21:17 -04:00
parent 90c5ec7019
commit 0ab7345fa3
No known key found for this signature in database
GPG key ID: EC030EC6B0650A40
41 changed files with 89 additions and 90 deletions

View file

@ -230,7 +230,7 @@ public class AlternativeCostSourceAbility extends StaticAbility implements Alter
if (condition == null || alternateCosts.size() == 1) {
sb.append(" rather than pay this spell's mana cost");
} else if (alternateCosts.isEmpty()) {
sb.append("cast {this} without paying its mana cost");
sb.append("cast this spell without paying its mana cost");
}
sb.append('.');
if (numberCosts == 1 && remarkText != null) {