mirror of
https://github.com/correl/mage.git
synced 2024-11-25 11:09:53 +00:00
* Escape abilities - removed additional cost text from card rules;
This commit is contained in:
parent
3f7b0da884
commit
b0a45e7c31
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ public class EscapeAbility extends SpellAbility {
|
||||||
this.getManaCosts().clear();
|
this.getManaCosts().clear();
|
||||||
this.getManaCostsToPay().clear();
|
this.getManaCostsToPay().clear();
|
||||||
this.addManaCost(new ManaCostsImpl(manaCost));
|
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) {
|
private EscapeAbility(final EscapeAbility ability) {
|
||||||
|
|
Loading…
Reference in a new issue