mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 13:02:06 -08:00
[AER] Added most of the 1/5 spoiled cards. Fixed a name.
This commit is contained in:
parent
2028f17ff5
commit
4888a4a15b
26 changed files with 2030 additions and 170 deletions
|
|
@ -51,7 +51,8 @@ public class CascadeAbility extends TriggeredAbilityImpl {
|
|||
|
||||
private boolean withReminder;
|
||||
|
||||
private final static String reminderText = " <i>(When you cast this spell, exile cards from the top of your library until you exile a nonland card that costs less. You may cast it without paying its mana cost. Put the exiled cards on the bottom in a random order.)</i>";
|
||||
private final static String reminderText = " <i>(When you cast this spell, exile cards from the top of your library until you exile a nonland card that costs less."
|
||||
+ " You may cast it without paying its mana cost. Put the exiled cards on the bottom in a random order.)</i>";
|
||||
|
||||
public CascadeAbility() {
|
||||
this(true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue