mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 12:02:01 -08:00
adjust filter message
This commit is contained in:
parent
b736f76322
commit
5eebb4cc4d
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ public final class IncrementalGrowth extends CardImpl {
|
|||
target1.setTargetTag(1);
|
||||
this.getSpellAbility().addTarget(target1);
|
||||
|
||||
FilterCreaturePermanent filter2 = new FilterCreaturePermanent("another creature (gets two +1/+1 counter)");
|
||||
FilterCreaturePermanent filter2 = new FilterCreaturePermanent("another creature (gets two +1/+1 counters)");
|
||||
filter2.add(new AnotherTargetPredicate(2));
|
||||
TargetCreaturePermanent target2 = new TargetCreaturePermanent(filter2);
|
||||
target2.setTargetTag(2);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue