so many text fixes seriously like so many

This commit is contained in:
Evan Kranzler 2020-04-24 21:38:46 -04:00
parent c02a0c633c
commit 83f3d7c692
36 changed files with 72 additions and 73 deletions

View file

@ -79,9 +79,9 @@ public class AttacksCreatureYouControlTriggeredAbility extends TriggeredAbilityI
if (who.startsWith("another")) {
an = "";
} else if (who.startsWith("a")) {
an = "an";
an = "an ";
} else {
an = "a";
an = "a ";
}
return "When" + (once ? "" : "ever")