a few more text fixes

This commit is contained in:
Evan Kranzler 2019-07-22 20:22:17 -04:00
parent aa2c712272
commit 5caf8f79d5
6 changed files with 6 additions and 6 deletions

View file

@ -135,7 +135,7 @@ public class CreateTokenEffect extends OneShotEffect {
}
if (attacking) {
if (amount.toString().equals("1")) {
sb.append("that's");
sb.append(" that's");
} else {
sb.append(" that are");
}