2 text 2 fixrious

This commit is contained in:
Evan Kranzler 2017-10-07 11:02:36 -04:00
parent 0075535650
commit 14107b3d55
83 changed files with 412 additions and 300 deletions

View file

@ -113,7 +113,7 @@ public class CounterUnlessPaysEffect extends OneShotEffect {
if (mode.getTargets().isEmpty()) {
sb.append("counter it");
} else {
sb.append("Counter target ").append(mode.getTargets().get(0).getTargetName());
sb.append("counter target ").append(mode.getTargets().get(0).getTargetName());
}
sb.append(" unless its controller pays ");
if (cost != null) {