forked from External/mage
Update wording (nonfunctional)
This commit is contained in:
parent
90c5ec7019
commit
0ab7345fa3
41 changed files with 89 additions and 90 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue