forked from External/mage
Added Ally cards.
This commit is contained in:
parent
a3a38823d6
commit
2951fc252b
18 changed files with 896 additions and 14 deletions
|
|
@ -94,7 +94,7 @@ public class PutLibraryIntoGraveTargetEffect extends OneShotEffect<PutLibraryInt
|
|||
sb.append("of his or her library into his or her graveyard");
|
||||
String message = amount.getMessage();
|
||||
if (message.length() > 0) {
|
||||
sb.append(", where X is the number of ");
|
||||
sb.append(", where X is the number of ");
|
||||
}
|
||||
sb.append(message);
|
||||
return sb.toString();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue