Implemented Glimpse of Freedom

This commit is contained in:
Evan Kranzler 2020-01-01 10:32:40 -05:00
parent 09b8177a37
commit 14b002bce6
3 changed files with 36 additions and 1 deletions

View file

@ -57,7 +57,7 @@ public class EscapeAbility extends SpellAbility {
@Override
public String getRule() {
return "Escape — " + this.manaCost + ", Exile " + CardUtil.numberToText(this.exileCount) +
return "Escape—" + this.manaCost + ", Exile " + CardUtil.numberToText(this.exileCount) +
" other cards from your graveyard. <i>(You may cast this card from your graveyard for its escape cost.)</i>";
}
}