* Some fixes to some Battleebond cards.

This commit is contained in:
LevelX2 2018-05-27 00:41:53 +02:00
parent d743864bbd
commit 66cc29325c
21 changed files with 57 additions and 44 deletions

View file

@ -115,7 +115,7 @@ public class DrawCardTargetEffect extends OneShotEffect {
} else {
target = mode.getTargets().get(0);
}
sb.append("Target ").append(target.getTargetName());
sb.append("target ").append(target.getTargetName());
} else {
sb.append("that player");
}