mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 05:09:16 -08:00
added missing ability to Underworld Rage-Hound
This commit is contained in:
parent
d26fde8dbc
commit
e7dea7c3d9
1 changed files with 2 additions and 0 deletions
|
|
@ -2,6 +2,7 @@ package mage.cards.u;
|
||||||
|
|
||||||
import mage.MageInt;
|
import mage.MageInt;
|
||||||
import mage.abilities.common.AttacksEachCombatStaticAbility;
|
import mage.abilities.common.AttacksEachCombatStaticAbility;
|
||||||
|
import mage.abilities.common.EscapesWithAbility;
|
||||||
import mage.abilities.keyword.EscapeAbility;
|
import mage.abilities.keyword.EscapeAbility;
|
||||||
import mage.cards.CardImpl;
|
import mage.cards.CardImpl;
|
||||||
import mage.cards.CardSetInfo;
|
import mage.cards.CardSetInfo;
|
||||||
|
|
@ -30,6 +31,7 @@ public final class UnderworldRageHound extends CardImpl {
|
||||||
this.addAbility(new EscapeAbility(this, "{3}{R}", 3));
|
this.addAbility(new EscapeAbility(this, "{3}{R}", 3));
|
||||||
|
|
||||||
// Underworld Rage-Hound escapes with a +1/+1 counter on it.
|
// Underworld Rage-Hound escapes with a +1/+1 counter on it.
|
||||||
|
this.addAbility(new EscapesWithAbility(1));
|
||||||
}
|
}
|
||||||
|
|
||||||
private UnderworldRageHound(final UnderworldRageHound card) {
|
private UnderworldRageHound(final UnderworldRageHound card) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue