some more text fixes

This commit is contained in:
theelk801 2025-06-14 11:38:00 -04:00
parent 96cc1e40ee
commit d43e96eaf2
18 changed files with 37 additions and 29 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 {this} to target " + filter.getMessage()));
this.addTarget(new TargetPermanent(filter));
}