mirror of
https://github.com/magefree/mage.git
synced 2026-01-25 04:39:18 -08:00
Removed superfluous color settings. Splitted in a couple of commits for my poor computer to handle.
This commit is contained in:
parent
a31c7d496c
commit
92c90bdaf2
1115 changed files with 4 additions and 1358 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue