Color settings removal part 2

This commit is contained in:
emerald000 2015-05-20 01:12:42 -04:00
parent 92c90bdaf2
commit 7f7bb1d09c
1757 changed files with 9 additions and 2079 deletions

View file

@ -55,7 +55,6 @@ public class DevoutInvocation extends CardImpl {
super(ownerId, 16, "Devout Invocation", Rarity.MYTHIC, new CardType[]{CardType.SORCERY}, "{6}{W}");
this.expansionSetCode = "M14";
this.color.setWhite(true);
// Tap any number of untapped creatures you control. Put a 4/4 white Angel creature token with flying onto the battlefield for each creature tapped this way.
this.getSpellAbility().addEffect(new DevoutInvocationEffect());