mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 13:32:06 -08:00
un-reverted change, fixed test failure
This commit is contained in:
parent
0bf26db3b5
commit
40a374b407
2 changed files with 6 additions and 8 deletions
|
|
@ -38,9 +38,7 @@ public class ExileFromGraveCost extends CostImpl {
|
|||
+ CardUtil.numberToText(target.getMaxNumberOfTargets()))
|
||||
+ ' ' + target.getTargetName();
|
||||
} else {
|
||||
this.text = "exile "
|
||||
+ (target.getTargetName().startsWith("card ") ? "a " : "")
|
||||
+ target.getTargetName();
|
||||
this.text = "exile " + CardUtil.addArticle(target.getTargetName().replace("cards ", "card "));
|
||||
}
|
||||
if (!this.text.endsWith(" from your graveyard")) {
|
||||
this.text = this.text + " from your graveyard";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue