mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
* Toxic Deluge - Fixed missing tooltip text.
This commit is contained in:
parent
aa5cd4d72b
commit
a0ec9301cc
1 changed files with 2 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue