forked from External/mage
2 text 2 fixrious
This commit is contained in:
parent
0075535650
commit
14107b3d55
83 changed files with 412 additions and 300 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue