Skip to content

Commit

Permalink
Fix to settings grab + localization
Browse files Browse the repository at this point in the history
  • Loading branch information
ChasarooniZ committed Feb 29, 2024
1 parent e6e10af commit 96e4f78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion languages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"none": "Don't Show",
"alt-sound": "Use alt. Sound",
"alt-image": "Use alt. Pop Up",
"alt-sound-image": "use alt. Sound & Pop Up"
"alt-sound-image": "Use alt. Sound & Pop Up"
}
},
"position": {
Expand Down
2 changes: 1 addition & 1 deletion scripts/module.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Hooks.once('ready', function () {
let vidFile = 'modules/pf2e-rules-lawyer/resources/+1matters.webm';
let sfxFile = 'modules/pf2e-rules-lawyer/resources/rules-lawyer-sfx.ogg';
if (harmHelp === "HARMFUL") {
const harmful_option = game.settings.get("pf2e-rules-lawyer", "harmful-option");
const harmful_option = game.settings.get("pf2e-rules-lawyer", "harmful-options");
switch (harmful_option) {
case 'none':
return;
Expand Down

0 comments on commit 96e4f78

Please sign in to comment.