From a0ec9301cca5635a653b72e8209f06d5b979516a Mon Sep 17 00:00:00 2001 From: LevelX2 Date: Wed, 11 Jun 2014 08:30:49 +0200 Subject: [PATCH] * Toxic Deluge - Fixed missing tooltip text. --- Mage.Sets/src/mage/sets/commander2013/ToxicDeluge.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Mage.Sets/src/mage/sets/commander2013/ToxicDeluge.java b/Mage.Sets/src/mage/sets/commander2013/ToxicDeluge.java index 225f63c0094..87e4f2c7203 100644 --- a/Mage.Sets/src/mage/sets/commander2013/ToxicDeluge.java +++ b/Mage.Sets/src/mage/sets/commander2013/ToxicDeluge.java @@ -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) {