mirror of
https://github.com/correl/mage.git
synced 2024-12-26 19:16:54 +00:00
fixed compilation error
This commit is contained in:
parent
32f48e4d29
commit
108e71d44d
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ public final class FromTheCatacombs extends CardImpl {
|
|||
this.getSpellAbility().addEffect(new TakeTheInitiativeEffect().concatBy("<br>"));
|
||||
|
||||
// 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) {
|
||||
|
|
Loading…
Reference in a new issue