diff --git a/Mage.Sets/src/mage/sets/innistrad/AshmouthHound.java b/Mage.Sets/src/mage/sets/innistrad/AshmouthHound.java index f59843006a..605f619ea0 100644 --- a/Mage.Sets/src/mage/sets/innistrad/AshmouthHound.java +++ b/Mage.Sets/src/mage/sets/innistrad/AshmouthHound.java @@ -37,7 +37,7 @@ import mage.cards.CardImpl; /** * - * @author North + * @author North, Loki */ public class AshmouthHound extends CardImpl { @@ -52,7 +52,7 @@ public class AshmouthHound extends CardImpl { this.toughness = new MageInt(1); // Whenever Ashmouth Hound blocks or becomes blocked by a creature, Ashmouth Hound deals 1 damage to that creature. - this.addAbility(new BlocksOrBecomesBlockedTriggeredAbility(new DamageTargetEffect(1), false)); + this.addAbility(new BlocksOrBecomesBlockedTriggeredAbility(new DamageTargetEffect(1, true, "that creature"), false)); } public AshmouthHound(final AshmouthHound card) {