forked from External/mage
Fix some BBD card text
This commit is contained in:
parent
2662fa7799
commit
cd6a847db7
19 changed files with 24 additions and 24 deletions
|
|
@ -60,7 +60,7 @@ public class GainLifeTargetEffect extends OneShotEffect {
|
|||
String message = life.getMessage();
|
||||
|
||||
if (!mode.getTargets().isEmpty()) {
|
||||
sb.append("Target ").append(mode.getTargets().get(0).getTargetName());
|
||||
sb.append("target ").append(mode.getTargets().get(0).getTargetName());
|
||||
} else {
|
||||
sb.append("that player");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue