diff --git a/Mage.Sets/src/mage/sets/morningtide/UnstoppableAsh.java b/Mage.Sets/src/mage/sets/morningtide/UnstoppableAsh.java index 559c6dff043..8c14ff78ccb 100644 --- a/Mage.Sets/src/mage/sets/morningtide/UnstoppableAsh.java +++ b/Mage.Sets/src/mage/sets/morningtide/UnstoppableAsh.java @@ -73,7 +73,7 @@ public class UnstoppableAsh extends CardImpl { this.addAbility(TrampleAbility.getInstance()); // 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. this.addAbility(new BecomesBlockedAllTriggeredAbility(new UnstoppableAshEffect(), false, filter, true));