mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 20:41:58 -08:00
[SLD] various text fixes
This commit is contained in:
parent
9851ca90df
commit
e91c6ad65c
12 changed files with 13 additions and 13 deletions
|
|
@ -483,7 +483,7 @@ public class Modes extends LinkedHashMap<UUID, Mode> {
|
|||
throw new UnsupportedOperationException("no text available for this selection of min and max modes");
|
||||
}
|
||||
|
||||
if (isEachModeOnlyOnce()) {
|
||||
if (isEachModeOnlyOnce() && this.getMaxModesFilter() == null) {
|
||||
sb.append(" that hasn't been chosen");
|
||||
}
|
||||
if (isResetEachTurn()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue