forked from External/mage
Add set text.
This commit is contained in:
parent
7e83d7343a
commit
42ccb8fbbd
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ public class RadiatingLightning extends CardImpl {
|
|||
|
||||
// Radiating Lightning deals 3 damage to target player and 1 damage to each creature that player controls.
|
||||
this.getSpellAbility().addEffect(new DamageTargetEffect(3));
|
||||
this.getSpellAbility().addEffect(new DamageAllControlledTargetEffect(1, new FilterCreaturePermanent()));
|
||||
this.getSpellAbility().addEffect(new DamageAllControlledTargetEffect(1, new FilterCreaturePermanent()).setText("and 1 damage to each creature that player controls"));
|
||||
this.getSpellAbility().addTarget(new TargetPlayer());
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue