mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
[ZNR] fixed Strength of Solidarity putting at least one counter (#7046)
This commit is contained in:
parent
fd100422bd
commit
047a31b5c0
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ public final class StrengthOfSolidarity extends CardImpl {
|
|||
|
||||
// Choose target creature you control. Put a +1/+1 counter on it for each creature in your party.
|
||||
this.getSpellAbility().addEffect(new AddCountersTargetEffect(
|
||||
CounterType.P1P1.createInstance(), PartyCount.instance
|
||||
CounterType.P1P1.createInstance(0), PartyCount.instance
|
||||
).setText("Choose target creature you control. Put a +1/+1 counter on it for each creature in your party."));
|
||||
this.getSpellAbility().addTarget(new TargetControlledCreaturePermanent());
|
||||
this.getSpellAbility().addHint(PartyCountHint.instance);
|
||||
|
|
Loading…
Reference in a new issue