Color settings removal part 3

This commit is contained in:
emerald000 2015-05-20 01:56:47 -04:00
parent 7f7bb1d09c
commit efc3501f37
2885 changed files with 46 additions and 3215 deletions

View file

@ -50,7 +50,6 @@ public class SelectiveMemory extends CardImpl {
super(ownerId, 37, "Selective Memory", Rarity.RARE, new CardType[]{CardType.SORCERY}, "{3}{U}");
this.expansionSetCode = "WWK";
this.color.setBlue(true);
// Search your library for any number of nonland cards and exile them. Then shuffle your library.
this.getSpellAbility().addEffect(new SelectiveMemoryEffect());