mirror of
https://github.com/correl/mage.git
synced 2025-01-12 19:25:44 +00:00
Omitted superfluous setText
This commit is contained in:
parent
06a2fe68a8
commit
6b9af161c4
1 changed files with 0 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue