mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
Vastwood Hydra - fixed wrong target settings
This commit is contained in:
parent
721ee59709
commit
e76066e939
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ public final class VastwoodHydra extends CardImpl {
|
|||
|
||||
// When Vastwood Hydra dies, you may distribute a number of +1/+1 counters equal to the number of +1/+1 counters on Vastwood Hydra among any number of creatures you control.
|
||||
Ability ability = new DiesSourceTriggeredAbility(new VastwoodHydraDistributeEffect(), true);
|
||||
ability.addTarget(new TargetCreaturePermanentAmount(new CountersSourceCount(CounterType.P1P1), filter));
|
||||
ability.addTarget(new TargetCreaturePermanentAmount(new CountersSourceCount(CounterType.P1P1), filter).withNotTarget(true));
|
||||
this.addAbility(ability);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue