mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 05:22:02 -08:00
[NEO] various text fixes
This commit is contained in:
parent
a2a0466212
commit
99e8b80184
4 changed files with 8 additions and 7 deletions
|
|
@ -46,8 +46,8 @@ public class ExileCardsFromHandAdjuster implements CostAdjuster {
|
|||
public static final void addAdjusterAndMessage(Card card, FilterCard filter) {
|
||||
card.addAbility(new SimpleStaticAbility(
|
||||
Zone.ALL,
|
||||
new InfoEffect("you may exile any number of " + filter.getMessage()
|
||||
+ ". This spell costs {2} less to cast for each card exiled this way")
|
||||
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")
|
||||
));
|
||||
card.getSpellAbility().setCostAdjuster(new ExileCardsFromHandAdjuster(filter));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue