From d6dd0931655403d8bf3a3564edfa0601371786c1 Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 30 Oct 2023 22:26:01 -0700 Subject: [PATCH] Update module.js --- scripts/module.js | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/module.js b/scripts/module.js index decee2a28..dd6eac8d6 100644 --- a/scripts/module.js +++ b/scripts/module.js @@ -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);