From 4f1ad7b0ec3c1302b0be605dfd231bdc77208355 Mon Sep 17 00:00:00 2001 From: Jeff Date: Mon, 17 Apr 2017 14:11:03 -0500 Subject: [PATCH] - Text fix for Splendid Agony. --- Mage.Sets/src/mage/cards/s/SplendidAgony.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Mage.Sets/src/mage/cards/s/SplendidAgony.java b/Mage.Sets/src/mage/cards/s/SplendidAgony.java index 571b040cb7f..891af44c281 100644 --- a/Mage.Sets/src/mage/cards/s/SplendidAgony.java +++ b/Mage.Sets/src/mage/cards/s/SplendidAgony.java @@ -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) {