* Toxic Deluge - Fixed missing tooltip text.

This commit is contained in:
LevelX2 2014-06-11 08:30:49 +02:00
parent aa5cd4d72b
commit a0ec9301cc

View file

@ -55,7 +55,8 @@ public class ToxicDeluge extends CardImpl {
this.getSpellAbility().addCost(new PayVariableLifeCost(true));
// All creatures get -X/-X until end of turn.
DynamicValue xValue = new SignInversionDynamicValue(new GetXValue());
this.getSpellAbility().addEffect(new BoostAllEffect(xValue, xValue, Duration.EndOfTurn, new FilterCreaturePermanent(), false,"", true));
this.getSpellAbility().addEffect(new BoostAllEffect(xValue, xValue, Duration.EndOfTurn, new FilterCreaturePermanent("All creatures"), false,
null, true));
}
public ToxicDeluge(final ToxicDeluge card) {