Some small fixes to rule text generation

This commit is contained in:
LevelX2 2012-09-30 09:41:39 +02:00
parent 123b3e1180
commit f35e863511
3 changed files with 4 additions and 3 deletions

View file

@ -94,7 +94,7 @@ public class PutLibraryIntoGraveTargetEffect extends OneShotEffect<PutLibraryInt
sb.append("Target ").append(mode.getTargets().get(0).getTargetName());
sb.append(" puts the top ");
if (message.isEmpty() || !message.equals("1")) {
if (message.isEmpty()) {
if (amount.toString().equals("1")) {
sb.append("card ");
} else {