forked from External/mage
* Updated some failing tests with old text after fix of 5a17b9665e.
This commit is contained in:
parent
1ef8aeb7ba
commit
25802dc105
3 changed files with 10 additions and 10 deletions
|
|
@ -67,7 +67,7 @@ public class PutLibraryIntoGraveTargetEffect extends OneShotEffect {
|
|||
sb.append(" puts the top ");
|
||||
if (message.isEmpty()) {
|
||||
if (amount.toString().equals("1")) {
|
||||
sb.append("a card");
|
||||
sb.append("card");
|
||||
} else {
|
||||
sb.append(CardUtil.numberToText(amount.toString())).append(" cards");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue