Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Acamaeda/The-Modding-Tree
Browse files Browse the repository at this point in the history
…into Rv0.2
  • Loading branch information
medsal15 committed Oct 28, 2024
2 parents a35d878 + 4d8a86c commit 9b2fa18
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/utils/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,5 @@ function changeLootChance() {
const modes = Object.keys(CHANCE_MODE);
options.chanceMode = modes[(modes.indexOf(options.chanceMode) + 1) % modes.length];
}

let formatOption = (opt) => opt ? 'ON' : 'OFF';

0 comments on commit 9b2fa18

Please sign in to comment.