From 6c9a219ca0f6feba603210555c23d4007a53fcb1 Mon Sep 17 00:00:00 2001 From: CPTN Cosmo Date: Tue, 10 Feb 2026 03:56:06 +0100 Subject: [PATCH] refactor: Remove redundant `id` property from special effect options. --- scripts/module.js | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/module.js b/scripts/module.js index 9e7aca6..a3b3a3f 100644 --- a/scripts/module.js +++ b/scripts/module.js @@ -228,7 +228,6 @@ Hooks.on('diceSoNiceRollStart', (messageId, context) => { // based on different DSN versions/styles. // 'Stars', 'Fire', etc are likely registered system effects. term.options.sfx = { - id: effectName, specialEffect: effectName }; console.log('Applied sfx to term:', term, term.options.sfx);