[AER] Added most of the 1/5 spoiled cards. Fixed a name.

This commit is contained in:
fireshoes 2017-01-05 23:50:20 -06:00
parent 2028f17ff5
commit 4888a4a15b
26 changed files with 2030 additions and 170 deletions

View file

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