* Shrivel - Fixed tooltip text (Added missing All).

This commit is contained in:
LevelX2 2013-07-11 15:07:12 +02:00
parent 30dce7cce3
commit 9866d308d7

View file

@ -28,11 +28,12 @@
package mage.sets.riseoftheeldrazi;
import java.util.UUID;
import mage.abilities.effects.common.continious.BoostAllEffect;
import mage.cards.CardImpl;
import mage.constants.CardType;
import mage.constants.Duration;
import mage.constants.Rarity;
import mage.abilities.effects.common.continious.BoostAllEffect;
import mage.cards.CardImpl;
import mage.filter.common.FilterCreaturePermanent;
/**
*
@ -46,7 +47,7 @@ public class Shrivel extends CardImpl<Shrivel> {
this.color.setBlack(true);
this.getSpellAbility().addEffect(new BoostAllEffect(-1, -1, Duration.EndOfTurn));
this.getSpellAbility().addEffect(new BoostAllEffect(-1, -1, Duration.EndOfTurn, new FilterCreaturePermanent("All creatures"), false));
}
public Shrivel(final Shrivel card) {