Omitted superfluous setText

This commit is contained in:
Wehk 2015-07-04 15:57:39 +02:00
parent 06a2fe68a8
commit 6b9af161c4

View file

@ -52,7 +52,6 @@ public class RibbonsOfNight extends CardImpl {
// Ribbons of Night deals 4 damage to target creature
Effect effect = new DamageTargetEffect(4);
effect.setText("{this} deals 4 damage to target creature");
this.getSpellAbility().addEffect(effect);
// and you gain 4 life.