mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 05:22:02 -08:00
[NEO] fixed bugs with Kotose, the Silent Spider and March of Reckless Joy (fixes #8737, fixes #8736)
This commit is contained in:
parent
93cc71f40c
commit
32bf246e77
3 changed files with 12 additions and 13 deletions
|
|
@ -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));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue