forked from External/mage
* Some fixes to some Battleebond cards.
This commit is contained in:
parent
d743864bbd
commit
66cc29325c
21 changed files with 57 additions and 44 deletions
|
|
@ -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");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue