[NEO] fixed bugs with Kotose, the Silent Spider and March of Reckless Joy (fixes #8737, fixes #8736)

This commit is contained in:
Evan Kranzler 2022-03-02 18:10:26 -05:00
parent 93cc71f40c
commit 32bf246e77
3 changed files with 12 additions and 13 deletions

View file

@ -48,7 +48,7 @@ public class ExileCardsFromHandAdjuster implements CostAdjuster {
Zone.ALL,
new InfoEffect("as an additional cost to cast this spell, you may exile any number of "
+ filter.getMessage() + ". This spell costs {2} less to cast for each card exiled this way")
));
).setRuleAtTheTop(true));
card.getSpellAbility().setCostAdjuster(new ExileCardsFromHandAdjuster(filter));
}
}