mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
* Leechridden Swamp - Fixed missing tap source cost.
This commit is contained in:
parent
17c893799f
commit
8ca1641c12
1 changed files with 1 additions and 0 deletions
|
@ -69,6 +69,7 @@ public class LeechriddenSwamp extends CardImpl<LeechriddenSwamp> {
|
|||
|
||||
// {B}, {tap}: Each opponent loses 1 life. Activate this ability only if you control two or more black permanents.
|
||||
Ability ability = new SimpleActivatedAbility(Zone.BATTLEFIELD, new LeechriddenSwampLoseLifeEffect(), new ManaCostsImpl("{B}"));
|
||||
ability.addCost(new TapSourceCost());
|
||||
ability.addCost(new ControlTwoOrMoreBlackPermanentsCost());
|
||||
this.addAbility(ability);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue