forked from External/mage
Implemented Rankle, Master of Pranks
This commit is contained in:
parent
dd3bedb5c0
commit
52279895cf
4 changed files with 77 additions and 7 deletions
|
|
@ -336,6 +336,8 @@ public class Modes extends LinkedHashMap<UUID, Mode> {
|
|||
sb.append("choose one or more. Each mode must target ").append(getMaxModesFilter().getMessage());
|
||||
} else if (this.getMinModes() == 0 && this.getMaxModes() == 1) {
|
||||
sb.append("choose up to one");
|
||||
} else if (this.getMinModes() == 0 && this.getMaxModes() == 3) {
|
||||
sb.append("choose any number");
|
||||
} else if (this.getMinModes() == 1 && this.getMaxModes() > 2) {
|
||||
sb.append("choose one or more");
|
||||
} else if (this.getMinModes() == 1 && this.getMaxModes() == 2) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue