reinstated new mill wording

This commit is contained in:
Evan Kranzler 2020-06-10 22:38:59 -04:00
parent 0dddfe3989
commit 36b31d097e
3 changed files with 18 additions and 19 deletions

View file

@ -64,16 +64,16 @@ public class PutLibraryIntoGraveTargetEffect extends OneShotEffect {
} else {
sb.append("that target");
}
sb.append(" puts the top ");
sb.append(" mills ");
if (message.isEmpty()) {
if (amount.toString().equals("1")) {
sb.append("card");
sb.append("a card");
} else {
sb.append(CardUtil.numberToText(amount.toString())).append(" cards");
}
sb.append(" of their library into their graveyard");
} else {
sb.append(" X cards, where X is the number of ");
sb.append("X cards, where X is the number of ");
}
if (!message.isEmpty()) {