diff --git a/Mage.Sets/src/mage/cards/f/FromTheCatacombs.java b/Mage.Sets/src/mage/cards/f/FromTheCatacombs.java index 9eda560ac01..1dc4934c3d8 100644 --- a/Mage.Sets/src/mage/cards/f/FromTheCatacombs.java +++ b/Mage.Sets/src/mage/cards/f/FromTheCatacombs.java @@ -37,7 +37,7 @@ public final class FromTheCatacombs extends CardImpl { this.getSpellAbility().addEffect(new TakeTheInitiativeEffect().concatBy("
")); // Escape—{3}{B}{B}, Exile four other cards from your graveyard. - this.addAbility(new EscapeAbility(this, "Escape", 4)); + this.addAbility(new EscapeAbility(this, "{3}{B}{B}", 4)); } private FromTheCatacombs(final FromTheCatacombs card) {