Skip to content

Commit

Permalink
* Everglades - Fixed a bug that it produced colorless instead of blac…
Browse files Browse the repository at this point in the history
…k mana.
  • Loading branch information
LevelX2 committed Jun 21, 2016
1 parent 9ae4c2c commit 0b05bde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mage.Sets/src/mage/sets/commander2014/Everglades.java
Expand Up @@ -69,7 +69,7 @@ public Everglades(UUID ownerId) {
this.addAbility(new EntersBattlefieldTriggeredAbility(new SacrificeSourceUnlessPaysEffect(new ReturnToHandChosenControlledPermanentCost(new TargetControlledPermanent(1, 1, filter, true)))));

// {tap}: Add {C}{B} to your mana pool.
this.addAbility(new SimpleManaAbility(Zone.BATTLEFIELD, new Mana(0, 0, 0, 0, 0, 1, 0, 1), new TapSourceCost()));
this.addAbility(new SimpleManaAbility(Zone.BATTLEFIELD, new Mana(0, 0, 0, 0, 1, 0, 0, 1), new TapSourceCost()));

}

Expand Down

0 comments on commit 0b05bde

Please sign in to comment.