set cost reduction rule at the top

This commit is contained in:
xenohedron 2024-10-06 00:15:00 -04:00
parent 49a0f1134d
commit 5bce8e10ed

View file

@ -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());