mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 11:32:00 -08:00
- Fixed Unstoppable Ash.
This commit is contained in:
parent
e83ca77b13
commit
a0da39e5b5
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ public class UnstoppableAsh extends CardImpl<UnstoppableAsh> {
|
||||||
this.addAbility(TrampleAbility.getInstance());
|
this.addAbility(TrampleAbility.getInstance());
|
||||||
|
|
||||||
// Champion a Treefolk or Warrior
|
// Champion a Treefolk or Warrior
|
||||||
this.addAbility(new ChampionAbility(this, new String[]{"Treefolk, Warrior"}));
|
this.addAbility(new ChampionAbility(this, new String[]{"Treefolk", "Warrior"}));
|
||||||
|
|
||||||
// Whenever a creature you control becomes blocked, it gets +0/+5 until end of turn.
|
// Whenever a creature you control becomes blocked, it gets +0/+5 until end of turn.
|
||||||
this.addAbility(new BecomesBlockedAllTriggeredAbility(new UnstoppableAshEffect(), false, filter, true));
|
this.addAbility(new BecomesBlockedAllTriggeredAbility(new UnstoppableAshEffect(), false, filter, true));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue