Skip to content

Commit

Permalink
Update module.js
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisk123999 committed Oct 31, 2023
1 parent e57d42f commit d6dd093
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/module.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,6 @@ Hooks.once('ready', async function() {
Hooks.on('midi-qol.RollComplete', macros.bg3.healing);
}
if (game.settings.get('chris-premades', 'Cast Animations')) Hooks.on('midi-qol.preambleComplete', cast);
if (game.settings.get('chris-premades', 'Generic Spell Animations')) Hooks.on('midi-qol.preambleComplete', spellsAnimations);
if (game.settings.get('chris-premades', 'Righteous Heritor')) Hooks.on('midi-qol.damageApplied', macros.soothePain);
if (game.settings.get('chris-premades', 'Compelled Duel')) Hooks.on('midi-qol.RollComplete', macros.compelledDuel.attacked);
Hooks.on('renderCompendium', compendiumRender);
Expand Down

0 comments on commit d6dd093

Please sign in to comment.