forked from External/mage
[ROE] various text fixes
This commit is contained in:
parent
08411b122c
commit
f94c79f6b4
42 changed files with 148 additions and 131 deletions
|
|
@ -129,7 +129,7 @@ public class CreateTokenEffect extends OneShotEffect {
|
|||
if (tapped && !attacking) {
|
||||
sb.append("tapped ");
|
||||
}
|
||||
sb.append(token.getDescription());
|
||||
sb.append(token.getDescription().replace("token. It has", "tokens. They have"));
|
||||
if (token.getDescription().endsWith("token")) {
|
||||
sb.append("s");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue