Skip to content

Commit

Permalink
Added sw5e support (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
TJ authored Mar 8, 2021
1 parent 59a675f commit 88e84ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion module.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"dnd5e",
"dnd5eJP",
"pf2e",
"D35E"
"D35E",
"sw5e"
],
"languages": [
{
Expand Down
1 change: 1 addition & 0 deletions src/lmrtfy.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ class LMRTFY {
switch (game.system.id) {
case 'dnd5eJP':
case 'dnd5e':
case 'sw5e':
LMRTFY.saveRollMethod = 'rollAbilitySave';
LMRTFY.abilityRollMethod = 'rollAbilityTest';
LMRTFY.skillRollMethod = 'rollSkill';
Expand Down

0 comments on commit 88e84ec

Please sign in to comment.