mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 12:31:59 -08:00
Little fixes
This commit is contained in:
parent
66403cbdbb
commit
70f41c7807
4 changed files with 14 additions and 20 deletions
|
|
@ -416,6 +416,7 @@ public abstract class MatchImpl implements Match {
|
|||
if (options.getRange() != null) {
|
||||
sb.append(" Range: ").append(options.getRange().toString()).append("<br/>");
|
||||
}
|
||||
sb.append(" Mulligan type: ").append(options.getMulliganType().toString()).append("<br/>");
|
||||
sb.append(" Free mulligans: ").append(options.getFreeMulligans()).append("<br/>");
|
||||
sb.append("<br/>").append("Match is ").append(this.getOptions().isRated() ? "" : "not ").append("rated<br/>");
|
||||
sb.append("You have to win ").append(this.getWinsNeeded()).append(this.getWinsNeeded() == 1 ? " game" : " games").append(" to win the complete match<br/>");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue