mirror of
https://github.com/magefree/mage.git
synced 2025-12-27 22:12:03 -08:00
[ELD] various text fixes
This commit is contained in:
parent
241205b425
commit
aa5a2b1c29
9 changed files with 19 additions and 15 deletions
|
|
@ -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));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue