Skip to content

Commit

Permalink
added missing ability to Underworld Rage-Hound
Browse files Browse the repository at this point in the history
  • Loading branch information
theelk801 committed Dec 21, 2019
1 parent d26fde8 commit e7dea7c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Mage.Sets/src/mage/cards/u/UnderworldRageHound.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import mage.MageInt;
import mage.abilities.common.AttacksEachCombatStaticAbility;
import mage.abilities.common.EscapesWithAbility;
import mage.abilities.keyword.EscapeAbility;
import mage.cards.CardImpl;
import mage.cards.CardSetInfo;
Expand Down Expand Up @@ -30,6 +31,7 @@ public UnderworldRageHound(UUID ownerId, CardSetInfo setInfo) {
this.addAbility(new EscapeAbility(this, "{3}{R}", 3));

// Underworld Rage-Hound escapes with a +1/+1 counter on it.
this.addAbility(new EscapesWithAbility(1));
}

private UnderworldRageHound(final UnderworldRageHound card) {
Expand Down

0 comments on commit e7dea7c

Please sign in to comment.