forked from External/mage
Remove ward ability hint from Valgavoth, Terror Eater
This commit is contained in:
parent
f8e4defff8
commit
30ee9dc22f
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ public final class ValgavothTerrorEater extends CardImpl {
|
||||||
this.addAbility(LifelinkAbility.getInstance());
|
this.addAbility(LifelinkAbility.getInstance());
|
||||||
|
|
||||||
// Ward--Sacrifice three nonland permanents.
|
// Ward--Sacrifice three nonland permanents.
|
||||||
this.addAbility(new WardAbility(new SacrificeTargetCost(3, StaticFilters.FILTER_PERMANENTS_NON_LAND)));
|
this.addAbility(new WardAbility(new SacrificeTargetCost(3, StaticFilters.FILTER_PERMANENTS_NON_LAND), false));
|
||||||
|
|
||||||
// If a card you didn't control would be put into an opponent's graveyard from anywhere, exile it instead.
|
// If a card you didn't control would be put into an opponent's graveyard from anywhere, exile it instead.
|
||||||
this.addAbility(new SimpleStaticAbility(new ValgavothTerrorEaterReplacementEffect()));
|
this.addAbility(new SimpleStaticAbility(new ValgavothTerrorEaterReplacementEffect()));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue