[C21] various text fixes

This commit is contained in:
Evan Kranzler 2021-04-28 21:00:36 -04:00
parent 1542608c7d
commit 731e948841
72 changed files with 98 additions and 106 deletions

View file

@ -58,7 +58,7 @@ public class CopyPermanentEffect extends OneShotEffect {
if (filter.getMessage().startsWith("a ") || filter.getMessage().startsWith("an ")) {
text += " " + filter.getMessage();
} else {
text += " any " + filter.getMessage() + " on battlefield";
text += " any " + filter.getMessage() + " on the battlefield";
}
text += applier == null ? "" : applier.getText();
this.staticText = text;