forked from External/mage
[C21] various text fixes
This commit is contained in:
parent
1542608c7d
commit
731e948841
72 changed files with 98 additions and 106 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue