Added Ally cards.

This commit is contained in:
North 2011-07-06 06:53:43 +03:00
parent a3a38823d6
commit 2951fc252b
18 changed files with 896 additions and 14 deletions

View file

@ -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();