Removed superfluous color settings. Splitted in a couple of commits for my poor computer to handle.

This commit is contained in:
emerald000 2015-05-20 00:02:42 -04:00
parent a31c7d496c
commit 92c90bdaf2
1115 changed files with 4 additions and 1358 deletions

View file

@ -59,7 +59,6 @@ public class DescendantsPath extends CardImpl {
super(ownerId, 173, "Descendants' Path", Rarity.RARE, new CardType[]{CardType.ENCHANTMENT}, "{2}{G}");
this.expansionSetCode = "AVR";
this.color.setGreen(true);
// At the beginning of your upkeep, reveal the top card of your library. If it's a creature card that shares a creature type with a creature you control, you may cast that card without paying its mana cost. Otherwise, put that card on the bottom of your library.
Ability ability = new BeginningOfUpkeepTriggeredAbility(new DescendantsPathEffect(), TargetController.YOU, false);