[ELD] various text fixes

This commit is contained in:
Evan Kranzler 2022-06-03 08:26:04 -04:00
parent 241205b425
commit aa5a2b1c29
9 changed files with 19 additions and 15 deletions

View file

@ -16,7 +16,7 @@ public class EntersBattlefieldAttachToTarget extends EntersBattlefieldTriggeredA
}
public EntersBattlefieldAttachToTarget(FilterPermanent filter) {
super(new AttachEffect(Outcome.BoostCreature, "attach it to target" + filter.getMessage()));
super(new AttachEffect(Outcome.BoostCreature, "attach it to target " + filter.getMessage()));
this.addTarget(new TargetPermanent(filter));
}