mirror of
https://github.com/magefree/mage.git
synced 2025-12-27 22:12:03 -08:00
reinstated new mill wording
This commit is contained in:
parent
0dddfe3989
commit
36b31d097e
3 changed files with 18 additions and 19 deletions
|
|
@ -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()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue