* Escape abilities - removed additional cost text from card rules;

This commit is contained in:
Oleg Agafonov 2020-01-15 06:49:51 +04:00
parent 3f7b0da884
commit b0a45e7c31

View file

@ -41,7 +41,7 @@ public class EscapeAbility extends SpellAbility {
this.getManaCosts().clear();
this.getManaCostsToPay().clear();
this.addManaCost(new ManaCostsImpl(manaCost));
this.addCost(new ExileFromGraveCost(new TargetCardInYourGraveyard(exileCount, filter)));
this.addCost(new ExileFromGraveCost(new TargetCardInYourGraveyard(exileCount, filter), "")); // hide additional cost text from rules
}
private EscapeAbility(final EscapeAbility ability) {