Skip to content

Commit

Permalink
Merge pull request #140 from JustNoon/patch-1
Browse files Browse the repository at this point in the history
Fix ability abbreviation config in pf1
  • Loading branch information
Varriount authored Jan 24, 2022
2 parents d9bd707 + f9946d7 commit 7cea1da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lmrtfy.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class LMRTFY {
LMRTFY.advantageRollEvent = { shiftKey: false, altKey: true, ctrlKey: false };
LMRTFY.disadvantageRollEvent = { shiftKey: false, altKey: false, ctrlKey: true };
LMRTFY.specialRolls = { 'initiative': true, 'deathsave': false, 'perception': false };
LMRTFY.abilityAbbreviations = CONFIG.PF1.abilityAbbreviations;
LMRTFY.abilityAbbreviations = CONFIG.PF1.abilitiesShort;
LMRTFY.modIdentifier = 'mod';
LMRTFY.abilityModifiers = LMRTFY.parseAbilityModifiers();
break;
Expand Down

0 comments on commit 7cea1da

Please sign in to comment.