forked from External/mage
set cost reduction rule at the top
This commit is contained in:
parent
49a0f1134d
commit
5bce8e10ed
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ public final class OverwhelmingRemorse extends CardImpl {
|
|||
// This spell costs {1} less to cast for each creature card in your graveyard.
|
||||
this.addAbility(new SimpleStaticAbility(
|
||||
Zone.ALL, new SpellCostReductionForEachSourceEffect(1, xValue)
|
||||
).addHint(hint));
|
||||
).addHint(hint).setRuleAtTheTop(true));
|
||||
|
||||
// Exile target creature or planeswalker.
|
||||
this.getSpellAbility().addEffect(new ExileTargetEffect());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue