mirror of
https://github.com/magefree/mage.git
synced 2026-01-25 12:49:39 -08:00
* Wall of Roots - Fixed that Wall could not be used after beeing exiled and returned with Momentary Blink.
This commit is contained in:
parent
df475d8049
commit
f633d35bfd
10 changed files with 180 additions and 22 deletions
|
|
@ -62,8 +62,7 @@ public class WallOfRoots extends CardImpl {
|
|||
// Defender
|
||||
this.addAbility(DefenderAbility.getInstance());
|
||||
// Put a -0/-1 counter on Wall of Roots: Add {G} to your mana pool. Activate this ability only once each turn.
|
||||
Ability ability = new ActivateOncePerTurnManaAbility(Zone.BATTLEFIELD, new BasicManaEffect(Mana.GreenMana), new WallOfRootsCost());
|
||||
this.addAbility(ability);
|
||||
this.addAbility(new ActivateOncePerTurnManaAbility(Zone.BATTLEFIELD, new BasicManaEffect(Mana.GreenMana), new WallOfRootsCost()));
|
||||
}
|
||||
|
||||
public WallOfRoots(final WallOfRoots card) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue