[ROE] various text fixes

This commit is contained in:
Evan Kranzler 2022-03-09 19:16:33 -05:00
parent 08411b122c
commit f94c79f6b4
42 changed files with 148 additions and 131 deletions

View file

@ -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");
}