From 108e71d44dc7fa43d8faf77b21e8fedbf70aca6d Mon Sep 17 00:00:00 2001 From: Evan Kranzler Date: Sat, 4 Jun 2022 15:22:36 -0400 Subject: [PATCH] fixed compilation error --- Mage.Sets/src/mage/cards/f/FromTheCatacombs.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {