forked from External/mage
so many text fixes seriously like so many
This commit is contained in:
parent
c02a0c633c
commit
83f3d7c692
36 changed files with 72 additions and 73 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue