- Text fix for Splendid Agony.

This commit is contained in:
Jeff 2017-04-17 14:11:03 -05:00
parent 36a0dc7d4e
commit 4f1ad7b0ec

View file

@ -45,8 +45,9 @@ public class SplendidAgony extends CardImpl {
super(ownerId, setInfo, new CardType[]{CardType.INSTANT}, "{2}{B}");
// Distribute two -1/-1 counters among one or two target creatures.
getSpellAbility().addEffect(new DistributeCountersEffect(CounterType.M1M1, 2, false, "one or two target creatures you control"));
getSpellAbility().addEffect(new DistributeCountersEffect(CounterType.M1M1, 2, false, "one or two target creatures"));
getSpellAbility().addTarget(new TargetCreaturePermanentAmount(2));
}
public SplendidAgony(final SplendidAgony card) {