Additional token effect text changes

This commit is contained in:
Evan Kranzler 2017-09-06 17:39:58 -04:00
parent 6fc78d1d78
commit 0f72c4fb22
59 changed files with 154 additions and 150 deletions

View file

@ -91,6 +91,7 @@ public class CreateTokenTargetEffect extends OneShotEffect {
}
}
if (attacking) {
sb.append(" that are");
if (tapped) {
sb.append(" tapped and");
}