Skip to content

Commit

Permalink
Increase limit on easy multiplier
Browse files Browse the repository at this point in the history
  • Loading branch information
dae committed May 26, 2022
1 parent 5d835ae commit 96bacf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts/deck-options/AdvancedOptions.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
bind:value={$config.easyMultiplier}
defaultValue={defaults.easyMultiplier}
min={1}
max={3}
max={5}
markdownTooltip={tr.deckConfigEasyBonusTooltip()}
>
{tr.schedulingEasyBonus()}
Expand Down

0 comments on commit 96bacf7

Please sign in to comment.