Color settings removal part 4

This commit is contained in:
emerald000 2015-05-20 04:43:02 -04:00
parent efc3501f37
commit 9974cfe070
1740 changed files with 1948 additions and 2039 deletions

View file

@ -47,7 +47,7 @@ public class MindSpring extends CardImpl {
public MindSpring(UUID ownerId) {
super(ownerId, 64, "Mind Spring", Rarity.RARE, new CardType[]{CardType.SORCERY}, "{X}{U}{U}");
this.expansionSetCode = "M10";
this.color.setBlue(true);
this.getSpellAbility().addEffect(new MindSpringEffect());
}