forked from External/mage
This commit is contained in:
parent
a69ae2afae
commit
d75068a426
1 changed files with 5 additions and 0 deletions
|
|
@ -619,6 +619,11 @@ public class Modes extends LinkedHashMap<UUID, Mode> implements Copyable<Modes>
|
|||
sb.append("+ ");
|
||||
sb.append(mode.getCost().getText());
|
||||
sb.append(" — ");
|
||||
} else if (mode.getPawPrintValue() > 0) {
|
||||
for (int i = 0; i < mode.getPawPrintValue(); ++i){
|
||||
sb.append("{P}");
|
||||
}
|
||||
sb.append(" — ");
|
||||
} else {
|
||||
sb.append("&bull ");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue