mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
- Text fix for Splendid Agony.
This commit is contained in:
parent
36a0dc7d4e
commit
4f1ad7b0ec
1 changed files with 2 additions and 1 deletions
|
@ -45,8 +45,9 @@ public class SplendidAgony extends CardImpl {
|
||||||
super(ownerId, setInfo, new CardType[]{CardType.INSTANT}, "{2}{B}");
|
super(ownerId, setInfo, new CardType[]{CardType.INSTANT}, "{2}{B}");
|
||||||
|
|
||||||
// Distribute two -1/-1 counters among one or two target creatures.
|
// 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));
|
getSpellAbility().addTarget(new TargetCreaturePermanentAmount(2));
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public SplendidAgony(final SplendidAgony card) {
|
public SplendidAgony(final SplendidAgony card) {
|
||||||
|
|
Loading…
Reference in a new issue